|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The entity handler interface defines methods to report information about the start and end of entities.
XMLEntityScanner| Method Summary | |
void |
endEntity(java.lang.String name)
This method notifies the end of an entity. |
void |
startEntity(java.lang.String name,
XMLResourceIdentifier identifier,
java.lang.String encoding)
This method notifies of the start of an entity. |
| Method Detail |
public void startEntity(java.lang.String name,
XMLResourceIdentifier identifier,
java.lang.String encoding)
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).
public void endEntity(java.lang.String name)
throws XNIException
name - The name of the entity.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||