public interface XMLEntityHandler
org.apache.xerces.impl.XMLEntityScanner
Modifier and Type | Method and Description |
---|---|
void |
endEntity(java.lang.String name)
This method notifies the end of an entity.
|
void |
startEntity(java.lang.String name,
org.apache.xerces.xni.XMLResourceIdentifier identifier,
java.lang.String encoding)
This method notifies of the start of an entity.
|
void startEntity(java.lang.String name, org.apache.xerces.xni.XMLResourceIdentifier identifier, java.lang.String encoding) throws org.apache.xerces.xni.XNIException
name
- The name of the entity.identifier
- The resource identifier.encoding
- 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).org.apache.xerces.xni.XNIException
- Thrown by handler to signal an error.void endEntity(java.lang.String name) throws org.apache.xerces.xni.XNIException, java.io.IOException
name
- The name of the entity.org.apache.xerces.xni.XNIException
- Thrown by handler to signal an error.java.io.IOException
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.