http://xml.org/sax/features/external-parameter-entities
properties.
@param name the name of the skipped entity. If it is a parameter entity, the name will begin with '%', and if it is the external DTD subset, it will be the string "[dtd]"
@throws org.xml.sax.SAXException any SAX exception, possiblywrapping another exception
By default, do nothing. Application writers may override this method in a subclass to take specific actions for each processing instruction, such as setting status variables or invoking other methods.
@param name The name of the skipped entity. @exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @see org.xml.sax.ContentHandler#processingInstruction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|