public class XMLFilterImplEx extends org.xml.sax.helpers.XMLFilterImpl implements LexicalHandler
| Modifier and Type | Field and Description |
|---|---|
protected 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(String name) |
LexicalHandler |
getLexicalHandler()
Get the lexical event handler.
|
boolean |
getNamespacePrefixes() |
void |
setLexicalHandler(LexicalHandler handler)
Set the lexical event handler.
|
void |
setNamespacePrefixes(boolean v) |
void |
startCDATA() |
void |
startDTD(String name,
String publicId,
String systemId) |
void |
startEntity(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 LexicalHandler lexicalHandler
protected boolean namespacePrefixes
public void setNamespacePrefixes(boolean v)
public boolean getNamespacePrefixes()
public void setLexicalHandler(LexicalHandler handler)
handler - the new lexical handlerpublic LexicalHandler getLexicalHandler()
public void startDTD(String name, String publicId, String systemId) throws SAXException
startDTD in interface LexicalHandlerSAXExceptionpublic void endDTD()
throws SAXException
endDTD in interface LexicalHandlerSAXExceptionpublic void startEntity(String name) throws SAXException
startEntity in interface LexicalHandlerSAXExceptionpublic void endEntity(String name) throws SAXException
endEntity in interface LexicalHandlerSAXExceptionpublic void startCDATA()
throws SAXException
startCDATA in interface LexicalHandlerSAXExceptionpublic void endCDATA()
throws SAXException
endCDATA in interface LexicalHandlerSAXExceptionpublic void comment(char[] ch,
int start,
int length)
throws SAXException
comment in interface LexicalHandlerSAXExceptionCopyright © 2017. All rights reserved.