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 ClassesModifier and TypeInterfaceDescriptionstatic classstatic classFilter elements by local name (not recommended).static classFilter elements by name and namespace.static classFilter elements on the existence of a specified attribute. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilterStartElement(String nsURI, String localName, String qName, Attributes attrs)
-
Field Details
-
ALL
-
-
Method Details
-
filterStartElement
-