com.sun.org.apache.xerces.internal.impl.XMLEntityScanner
Modifier and Type | Method and Description |
---|---|
public void | endEntity(String
The name of the entity. name, Augmentations Additional information that may include infoset augmentations augs)This method notifies the end of an entity. |
public void | startEntity(String
The name of the entity. name, XMLResourceIdentifier The resource identifier. identifier, String The auto-detected IANA encoding name of the entity
stream. This value will be null in those situations
where the entity encoding is not auto-detected (e.g.
internal entities or a document entity that is
parsed from a java.io.Reader). encoding, Augmentations Additional information that may include infoset augmentations augs)This method notifies of the start of an entity. |
endEntity | back to summary |
---|---|
public void endEntity(String name, Augmentations augs) throws IOException, XNIException This method notifies the end of an entity. The DTD has the pseudo-name of "[dtd]" parameter entity names start with '%'; and general entities are just specified by their name.
|
startEntity | back to summary |
---|---|
public void startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) throws XNIException This method notifies of the start of an entity. The DTD has the pseudo-name of "[dtd]" parameter entity names start with '%'; and general entities are just specified by their name.
|