public static class ElementRecognizer.ByLocalName extends java.lang.Object implements ElementRecognizer
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttributeALL| Constructor and Description |
|---|
ElementRecognizer.ByLocalName(java.lang.String localName) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public ElementRecognizer.ByLocalName(java.lang.String localName)
public boolean filterStartElement(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.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 filterpublic java.lang.String toString()
toString in class java.lang.Object