org.modeshape.jcr.xpath
Class XPath.AttributeNameTest

java.lang.Object
  extended by org.modeshape.jcr.xpath.XPath.Component
      extended by org.modeshape.jcr.xpath.XPath.NodeTest
          extended by org.modeshape.jcr.xpath.XPath.AttributeNameTest
Enclosing class:
XPath

public static class XPath.AttributeNameTest
extends XPath.NodeTest


Constructor Summary
XPath.AttributeNameTest(XPath.NameTest nameTest)
           
 
Method Summary
 boolean equals(Object obj)
          
 XPath.NameTest getNameTest()
           
 String toString()
          
 
Methods inherited from class org.modeshape.jcr.xpath.XPath.Component
collapse
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPath.AttributeNameTest

public XPath.AttributeNameTest(XPath.NameTest nameTest)
Method Detail

getNameTest

public XPath.NameTest getNameTest()
Returns:
nodeTest

toString

public String toString()

Overrides:
toString in class Object
See Also:
XPath.NameTest.toString()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.