Package org.biojava.bio.seq.io.game
Class ElementRecognizer.ByNSName
- java.lang.Object
-
- org.biojava.bio.seq.io.game.ElementRecognizer.ByNSName
-
- All Implemented Interfaces:
ElementRecognizer
- Enclosing interface:
- ElementRecognizer
public static class ElementRecognizer.ByNSName extends Object implements ElementRecognizer
Filter elements by name and namespace.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.seq.io.game.ElementRecognizer
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttribute
-
-
Field Summary
-
Fields inherited from interface org.biojava.bio.seq.io.game.ElementRecognizer
ALL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
filterStartElement(String nsURI, String localName, String qName, Attributes attrs)
-
-
-
Method Detail
-
filterStartElement
public boolean filterStartElement(String nsURI, String localName, String qName, Attributes attrs)
- Specified by:
filterStartElement
in interfaceElementRecognizer
-
-