Package org.biojava.bio.seq.io.agave
Interface ElementRecognizer
-
- All Known Implementing Classes:
ElementRecognizer.AllElementRecognizer,ElementRecognizer.ByLocalName,ElementRecognizer.ByNSName,ElementRecognizer.HasAttribute
public interface ElementRecognizer
This class is copied to agave package Simple interface for filtering SAX/StAX startElement events
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElementRecognizer.AllElementRecognizerstatic classElementRecognizer.ByLocalNameFilter elements by local name (not recommended).static classElementRecognizer.ByNSNameFilter elements by name and namespace.static classElementRecognizer.HasAttributeFilter elements on the existence of a specified attribute.
-
Field Summary
Fields Modifier and Type Field Description static ElementRecognizerALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfilterStartElement(String nsURI, String localName, String qName, Attributes attrs)
-
-
-
Field Detail
-
ALL
static final ElementRecognizer ALL
-
-
Method Detail
-
filterStartElement
boolean filterStartElement(String nsURI, String localName, String qName, Attributes attrs)
-
-