|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.program.xff.ElementRecognizer.AllElementRecognizer
public static class ElementRecognizer.AllElementRecognizer
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biojava.bio.program.xff.ElementRecognizer |
---|
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttribute |
Field Summary |
---|
Fields inherited from interface org.biojava.bio.program.xff.ElementRecognizer |
---|
ALL |
Constructor Summary | |
---|---|
ElementRecognizer.AllElementRecognizer()
|
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 |
Constructor Detail |
---|
public ElementRecognizer.AllElementRecognizer()
Method Detail |
---|
public boolean filterStartElement(java.lang.String nsURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attrs)
ElementRecognizer
filterStartElement
in interface ElementRecognizer
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
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |