|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public static final ElementRecognizer ALL
| Method Detail |
public 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 | ||||||||||