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, startPrefixMappingprotected 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 ContentHandlerstartElement in class ContentFilterImplSAXExceptionpublic final void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class ContentFilterImplSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class ContentFilterImplSAXExceptionpublic void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerignorableWhitespace in class ContentFilterImplSAXExceptionCopyright © 2019 aQute SARL. All rights reserved.