|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
com.agilejava.docbkx.maven.PreprocessingFilter
public class PreprocessingFilter
A XMLFilter managing a collection of
ProcessingInstructionHandlers, using
them to handle processing instructions encountered while parsing the XML
document.
| Constructor Summary | |
|---|---|
PreprocessingFilter(org.xml.sax.XMLReader parent)
Constructs a new instance. |
|
| Method Summary | |
|---|---|
java.util.List |
getHandlers()
Returns the list of handlers. |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
|
void |
setHandlers(java.util.List handlers)
Sets the list of handlers. |
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
|---|
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, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreprocessingFilter(org.xml.sax.XMLReader parent)
reader - The parent reader.| Method Detail |
|---|
public void processingInstruction(java.lang.String target,
java.lang.String data)
throws org.xml.sax.SAXException
processingInstruction in interface org.xml.sax.ContentHandlerprocessingInstruction in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void setHandlers(java.util.List handlers)
handlers - The list of handlers to which this filter might delegate.public java.util.List getHandlers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||