Package org.biojava.bio.seq.io.agave
Class ElementRecognizer.HasAttribute
java.lang.Object
org.biojava.bio.seq.io.agave.ElementRecognizer.HasAttribute
- All Implemented Interfaces:
ElementRecognizer
- Enclosing interface:
ElementRecognizer
Filter elements on the existence of a specified attribute.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava.bio.seq.io.agave.ElementRecognizer
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttribute
-
Field Summary
Fields inherited from interface org.biojava.bio.seq.io.agave.ElementRecognizer
ALL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
filterStartElement
(String nsURI, String localName, String qName, Attributes attrs)
-
Constructor Details
-
HasAttribute
-
-
Method Details
-
filterStartElement
- Specified by:
filterStartElement
in interfaceElementRecognizer
-