public interface XMLEntityHandler
XMLEntityScanner
Modifier and Type | Method and Description |
---|---|
void |
endEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) throws 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).augs
- Additional information that may include infoset augmentationsXNIException
- Thrown by handler to signal an error.void endEntity(String name, Augmentations augs) throws XNIException
name
- The name of the entity.augs
- Additional information that may include infoset augmentationsXNIException
- Thrown by handler to signal an error.Copyright © 2018 JBoss by Red Hat. All rights reserved.