org.apache.tika.sax.xpath
Class NamedAttributeMatcher

java.lang.Object
  extended by org.apache.tika.sax.xpath.Matcher
      extended by org.apache.tika.sax.xpath.NamedAttributeMatcher

public class NamedAttributeMatcher
extends Matcher

Final evaluation state of a .../@name XPath expression. Matches the named attributes of the current element.


Field Summary
 
Fields inherited from class org.apache.tika.sax.xpath.Matcher
FAIL
 
Constructor Summary
NamedAttributeMatcher(String namespace, String name)
           
 
Method Summary
 boolean matchesAttribute(String namespace, 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
 

Constructor Detail

NamedAttributeMatcher

public NamedAttributeMatcher(String namespace,
                             String name)
Method Detail

matchesAttribute

public boolean matchesAttribute(String namespace,
                                String name)
Description copied from class: Matcher
Returns true if the XPath expression matches the named attribute of the element associated with this evaluation state.

Overrides:
matchesAttribute in class Matcher
Parameters:
namespace - attribute namespace or null
name - attribute name
Returns:
XPath evaluation state for named attribute of this element


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.