|
Xerces 3.1.1 API: Interface DTDHandler
|
Method Summary | |
void |
java.lang.String publicId,
java.lang.String systemId)
|
void |
java.lang.String publicId,
java.lang.String systemId,
java.lang.String notationName)
Method Detail |
public void notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
It is up to the application to record the notation for later reference, if necessary.
At least one of publicId and systemId must be non-null. If a system identifier is present, and it is a URL, the SAX parser must resolve it fully before passing it to the application through this event.
There is no guarantee that the notation declaration will be reported before any unparsed entities that use it.
name
- The notation name.publicId
- The notation's public identifier, or null if
none was given.systemId
- The notation's system identifier, or null if
public void unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
Note that the notation name corresponds to a notation It is up to the application to record the entity for later reference, if necessary.
If the system identifier is a URL, the parser must resolve it fully before passing it to the application.
name
- The unparsed entity's name.publicId
- The entity's public identifier, or null if none
|
Xerces 3.1.1 | ||||||||
FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |