Package org.biojava.bio.seq.io.game
Interface ElementRecognizer
- All Known Implementing Classes:
ElementRecognizer.AllElementRecognizer
,ElementRecognizer.ByLocalName
,ElementRecognizer.ByNSName
,ElementRecognizer.HasAttribute
public interface ElementRecognizer
Simple interface for filtering SAX/StAX startElement events
- Since:
- 1.2
- Author:
- Thomas Down
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
Filter elements by local name (not recommended).static class
Filter elements by name and namespace.static class
Filter elements on the existence of a specified attribute. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
filterStartElement
(String nsURI, String localName, String qName, Attributes attrs)
-
Field Details
-
ALL
-
-
Method Details
-
filterStartElement
-