|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementRecognizer
This class is copied to agave package Simple interface for filtering SAX/StAX startElement events
Nested Class Summary | |
---|---|
static class |
ElementRecognizer.AllElementRecognizer
|
static class |
ElementRecognizer.ByLocalName
Filter elements by local name (not recommended). |
static class |
ElementRecognizer.ByNSName
Filter elements by name and namespace. |
static class |
ElementRecognizer.HasAttribute
Filter elements on the existence of a specified attribute. |
Field Summary | |
---|---|
static ElementRecognizer |
ALL
|
Method Summary | |
---|---|
boolean |
filterStartElement(String nsURI,
String localName,
String qName,
Attributes attrs)
|
Field Detail |
---|
static final ElementRecognizer ALL
Method Detail |
---|
boolean filterStartElement(String nsURI, String localName, String qName, Attributes attrs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |