public static class ElementRecognizer.ByLocalName extends Object implements ElementRecognizer
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttributeALL| Constructor and Description | 
|---|
ByLocalName(String localName)  | 
| 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 ByLocalName(String localName)
public boolean filterStartElement(String nsURI, String localName, String qName, Attributes attrs)
ElementRecognizerfilterStartElement in interface ElementRecognizernsURI - 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 © 2020 BioJava. All rights reserved.