org.biojava.bio.seq.io.game
Class ElementRecognizer.ByLocalName
java.lang.Object
org.biojava.bio.seq.io.game.ElementRecognizer.ByLocalName
- All Implemented Interfaces:
- ElementRecognizer
- Enclosing interface:
- ElementRecognizer
public static class ElementRecognizer.ByLocalName
- extends Object
- implements ElementRecognizer
Filter elements by local name (not recommended).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementRecognizer.ByLocalName
public ElementRecognizer.ByLocalName(String localName)
filterStartElement
public boolean filterStartElement(String nsURI,
String localName,
String qName,
Attributes attrs)
- Specified by:
filterStartElement
in interface ElementRecognizer