Interface XMLDocumentFilter
-
- All Superinterfaces:
XMLDocumentHandler,XMLDocumentSource
- All Known Implementing Classes:
DefaultFilter,HTMLTagBalancer,HTMLWriterFilter,NamespaceBinder
public interface XMLDocumentFilter extends XMLDocumentHandler, XMLDocumentSource
Defines a document filter that acts as both a receiver and an emitter of document events.- Author:
- Andy Clark, IBM
-
-
Method Summary
-
Methods inherited from interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, getDocumentSource, processingInstruction, setDocumentSource, startCDATA, startDocument, startElement, xmlDecl
-
Methods inherited from interface org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentSource
getDocumentHandler, setDocumentHandler
-
-