public class MergeContentFilter extends ContentFilterImpl
Constructor and Description |
---|
MergeContentFilter() |
Modifier and Type | Method and Description |
---|---|
void |
closeRootAndDocument() |
void |
endElement(String uri,
String localName,
String qName) |
List<SAXElement> |
getRootElements() |
void |
processingInstruction(String target,
String data) |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
characters, endDocument, endPrefixMapping, getParent, ignorableWhitespace, setDocumentLocator, setParent, skippedEntity, startDocument, startPrefixMapping
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class ContentFilterImpl
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class ContentFilterImpl
SAXException
public void processingInstruction(String target, String data) throws SAXException
processingInstruction
in interface ContentHandler
processingInstruction
in class ContentFilterImpl
SAXException
public void closeRootAndDocument() throws SAXException
SAXException
public List<SAXElement> getRootElements()
Copyright © 2015 aQute SARL. All rights reserved.