Note that the notation name corresponds to a notation reported by the {@link #notationDecl notationDecl} event. It is up to the application to record the entity for later reference, if necessary; unparsed entities may appear as attribute values.
If the system identifier is a URL, the parser must resolve it fully before passing it to the application.
@exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @param name The unparsed entity's name. @param publicId The entity's public identifier, or null if nonewas given. @param systemId The entity's system identifier. @param notationName The name of the associated notation. @see #notationDecl @see org.xml.sax.Attributes
|
|