Class MergeContentFilter
java.lang.Object
aQute.libg.sax.ContentFilterImpl
aQute.libg.sax.filters.MergeContentFilter
- All Implemented Interfaces:
ContentFilter, ContentHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendElement(String uri, String localName, String qName) voidprocessingInstruction(String target, String data) voidstartElement(String uri, String localName, String qName, Attributes atts) Methods inherited from class ContentFilterImpl
characters, endDocument, endPrefixMapping, getParent, ignorableWhitespace, setDocumentLocator, setParent, skippedEntity, startDocument, startPrefixMappingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Constructor Details
-
MergeContentFilter
public MergeContentFilter()
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classContentFilterImpl- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classContentFilterImpl- Throws:
SAXException
-
processingInstruction
- Specified by:
processingInstructionin interfaceContentHandler- Overrides:
processingInstructionin classContentFilterImpl- Throws:
SAXException
-
closeRootAndDocument
- Throws:
SAXException
-
getRootElements
-