public static class ElementRecognizer.HasAttribute extends Object implements ElementRecognizer
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttribute
ALL
Constructor and Description |
---|
ElementRecognizer.HasAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
filterStartElement(String nsURI,
String localName,
String qName,
Attributes attrs)
Recognize an element based upon the start element parameters.
|
String |
toString() |
public ElementRecognizer.HasAttribute(String name)
public boolean filterStartElement(String nsURI, String localName, String qName, 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 filterCopyright © 2014 BioJava. All rights reserved.