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
public static class ElementRecognizer.HasAttribute
- extends Object
- implements ElementRecognizer
Filter elements on the existence of a specified attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementRecognizer.HasAttribute
public ElementRecognizer.HasAttribute(String name)
filterStartElement
public boolean filterStartElement(String nsURI,
String localName,
String qName,
Attributes attrs)
- Specified by:
filterStartElement
in interface ElementRecognizer