| Property
| Callbacks
| Explanation
|
| [name]
| DTDHandler.unparsedEntityDecl(), name parameter
|
|
| [system identifier]
| DTDHandler.unparsedEntityDecl(), systemId parameter
| This ID should be absolutized by the parser. However, some parsers have a bug here and don't absolutize this URI.
|
| [public identifier]
| DTDHandler.unparsedEntityDecl(), publicId parameter
| Unparsed entities are not required to have public identifiers. When provided, this value is normalized.
|
| [declaration base URI]
| Locator.getSystemId()
| If a SAX parser provides a Locator, it may be used to determine the current base URI during parser callbacks. (xml:base does not apply.)
|
| [notation name]
| DTDHandler.unparsedEntityDecl(), notationName parameter
|
|
| [notation]
| See the section on Notation Information Items. Locating notations is the responsibility of applications. It's best not to try accessing this property until all declarations have been processed. |