|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.sax.xpath.Matcher
org.apache.tika.sax.xpath.AttributeMatcher
public class AttributeMatcher
Final evaluation state of a .../@* XPath expression.
Matches all attributes of the current element.
| Field Summary | |
|---|---|
static Matcher |
INSTANCE
|
| Fields inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
FAIL |
| Constructor Summary | |
|---|---|
AttributeMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matchesAttribute(java.lang.String namespace,
java.lang.String name)
Returns true if the XPath expression matches the named
attribute of the element associated with this evaluation state. |
| Methods inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
descend, matchesElement, matchesText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Matcher INSTANCE
| Constructor Detail |
|---|
public AttributeMatcher()
| Method Detail |
|---|
public boolean matchesAttribute(java.lang.String namespace,
java.lang.String name)
Matchertrue if the XPath expression matches the named
attribute of the element associated with this evaluation state.
matchesAttribute in class Matchernamespace - attribute namespace or nullname - attribute name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||