jaxp/src/com/sun/org/apache/xerces/internal/dom/EntityReferenceImpl.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
   345      * should probably be an atomic operation.
   345      * should probably be an atomic operation.
   346      *
   346      *
   347      * @see DocumentTypeImpl
   347      * @see DocumentTypeImpl
   348      * @see EntityImpl
   348      * @see EntityImpl
   349      */
   349      */
   350     // The Xerces parser invokes callbacks for startEnityReference
   350     // The Xerces parser invokes callbacks for startEntityReference
   351     // the parsed value of the entity EACH TIME, so it is actually
   351     // the parsed value of the entity EACH TIME, so it is actually
   352     // easier to create the nodes through the callbacks rather than
   352     // easier to create the nodes through the callbacks rather than
   353     // clone the Entity.
   353     // clone the Entity.
   354     /***
   354     /***
   355     // revisit: enable editing of Entity
   355     // revisit: enable editing of Entity