public interface ElementRecognizer
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static ElementRecognizer |
ALL |
Modifier and Type | Method and Description |
---|---|
boolean |
filterStartElement(String nsURI,
String localName,
String qName,
Attributes attrs) |
static final ElementRecognizer ALL
boolean filterStartElement(String nsURI, String localName, String qName, Attributes attrs)
Copyright © 2014 BioJava. All rights reserved.