public class PreprocessingFilter extends org.xml.sax.helpers.XMLFilterImpl
XMLFilter managing a collection of ProcessingInstructionHandlers, using them to handle processing instructions encountered while
parsing the XML document.| Constructor and Description |
|---|
PreprocessingFilter(XMLReader parent)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getHandlers()
Returns the list of handlers.
|
void |
processingInstruction(String target,
String data)
DOCUMENT ME!
|
void |
setHandlers(List handlers)
Sets the list of handlers.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic PreprocessingFilter(XMLReader parent)
parent - The parent reader.public void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class org.xml.sax.helpers.XMLFilterImpltarget - DOCUMENT ME!data - DOCUMENT ME!SAXException - DOCUMENT ME!public void setHandlers(List handlers)
handlers - The list of handlers to which this filter might delegate.public List getHandlers()
Copyright © 2006–2016 Wilfred Springer, Cedric Pronzato. All rights reserved.