aQute.libg.sax.filters
Class MergeContentFilter
java.lang.Object
aQute.libg.sax.ContentFilterImpl
aQute.libg.sax.filters.MergeContentFilter
- All Implemented Interfaces:
- ContentFilter, ContentHandler
public class MergeContentFilter
- extends ContentFilterImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeContentFilter
public MergeContentFilter()
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes atts)
throws SAXException
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class ContentFilterImpl
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class ContentFilterImpl
- Throws:
SAXException
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
- Specified by:
processingInstruction in interface ContentHandler- Overrides:
processingInstruction in class ContentFilterImpl
- Throws:
SAXException
closeRootAndDocument
public void closeRootAndDocument()
throws SAXException
- Throws:
SAXException
getRootElements
public List<SAXElement> getRootElements()
Copyright © 2014 aQute SARL. All rights reserved.