public class XMLFilterImplEx
extends org.xml.sax.helpers.XMLFilterImpl
implements org.xml.sax.ext.LexicalHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.xml.sax.ext.LexicalHandler |
lexicalHandler |
protected boolean |
namespacePrefixes |
| Constructor and Description |
|---|
XMLFilterImplEx() |
| Modifier and Type | Method and Description |
|---|---|
void |
comment(char[] ch,
int start,
int length) |
void |
endCDATA() |
void |
endDTD() |
void |
endEntity(java.lang.String name) |
org.xml.sax.ext.LexicalHandler |
getLexicalHandler()
Get the lexical event handler.
|
boolean |
getNamespacePrefixes() |
void |
setLexicalHandler(org.xml.sax.ext.LexicalHandler handler)
Set the lexical event handler.
|
void |
setNamespacePrefixes(boolean v) |
void |
startCDATA() |
void |
startDTD(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
void |
startEntity(java.lang.String name) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected org.xml.sax.ext.LexicalHandler lexicalHandler
protected boolean namespacePrefixes
public void setNamespacePrefixes(boolean v)
public boolean getNamespacePrefixes()
public void setLexicalHandler(org.xml.sax.ext.LexicalHandler handler)
handler - the new lexical handlerpublic org.xml.sax.ext.LexicalHandler getLexicalHandler()
public void startDTD(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
throws org.xml.sax.SAXException
startDTD in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXExceptionpublic void endDTD()
throws org.xml.sax.SAXException
endDTD in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXExceptionpublic void startEntity(java.lang.String name)
throws org.xml.sax.SAXException
startEntity in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXExceptionpublic void endEntity(java.lang.String name)
throws org.xml.sax.SAXException
endEntity in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXExceptionpublic void startCDATA()
throws org.xml.sax.SAXException
startCDATA in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXExceptionpublic void endCDATA()
throws org.xml.sax.SAXException
endCDATA in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXExceptionpublic void comment(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
comment in interface org.xml.sax.ext.LexicalHandlerorg.xml.sax.SAXException