src/com/sun/org/apache/xerces/internal/dom/EntityReferenceImpl.java

Print this page

        

*** 345,355 **** * should probably be an atomic operation. * * @see DocumentTypeImpl * @see EntityImpl */ ! // The Xerces parser invokes callbacks for startEnityReference // the parsed value of the entity EACH TIME, so it is actually // easier to create the nodes through the callbacks rather than // clone the Entity. /*** // revisit: enable editing of Entity --- 345,355 ---- * should probably be an atomic operation. * * @see DocumentTypeImpl * @see EntityImpl */ ! // The Xerces parser invokes callbacks for startEntityReference // the parsed value of the entity EACH TIME, so it is actually // easier to create the nodes through the callbacks rather than // clone the Entity. /*** // revisit: enable editing of Entity