public abstract class ElementSelectionFilter extends ContentFilterImpl
Constructor and Description |
---|
ElementSelectionFilter() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
void |
ignorableWhitespace(char[] ch,
int start,
int length) |
protected abstract boolean |
select(int depth,
String uri,
String localName,
String qName,
Attributes attribs) |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
endDocument, endPrefixMapping, getParent, processingInstruction, setDocumentLocator, setParent, skippedEntity, startDocument, startPrefixMapping
protected abstract boolean select(int depth, String uri, String localName, String qName, Attributes attribs)
public final void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class ContentFilterImpl
SAXException
public final void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class ContentFilterImpl
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class ContentFilterImpl
SAXException
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
ignorableWhitespace
in interface ContentHandler
ignorableWhitespace
in class ContentFilterImpl
SAXException
Copyright © 2021 aQute SARL. All rights reserved.