- name
- The unparsed entity's name.
- publicId
- The entity's public identifier, or null if none was given.
- systemId
- The entity's system identifier.
- notationName
- The name of the associated notation.
Type Reason Org.Xml.Sax.SAXException Any SAX exception, possibly wrapping another exception.
Receive notification of an unparsed entity declaration event.
Note that the notation name corresponds to a notation reported by the IDTDHandler.NotationDecl(string, System.String, System.String) 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.