org.biojava.bio.program.xff
Class ElementRecognizer.ByNSName
java.lang.Object
org.biojava.bio.program.xff.ElementRecognizer.ByNSName
- All Implemented Interfaces:
- ElementRecognizer
- Enclosing interface:
- ElementRecognizer
public static class ElementRecognizer.ByNSName
- extends java.lang.Object
- implements ElementRecognizer
Filter elements by name and namespace.
Method Summary |
boolean |
filterStartElement(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
Recognize an element based upon the start element parameters. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElementRecognizer.ByNSName
public ElementRecognizer.ByNSName(java.lang.String nsURI,
java.lang.String localName)
filterStartElement
public boolean filterStartElement(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
- Description copied from interface:
ElementRecognizer
- Recognize an element based upon the start element parameters.
- Specified by:
filterStartElement
in interface ElementRecognizer
- Parameters:
nsURI
- the uri of the element to filterlocalName
- the local name of the element to filterqName
- the qName of the element to filterattrs
- the attributes associated with the element to filter
- Returns:
- true if this element is accepted, false otherwise
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object