org.modeshape.jcr.xpath
Class XPath.SchemaAttributeTest

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.KindTest
              extended by org.modeshape.jcr.xpath.XPath.SchemaAttributeTest
Enclosing class:
XPath

public static class XPath.SchemaAttributeTest
extends XPath.KindTest


Constructor Summary
XPath.SchemaAttributeTest(XPath.NameTest attributeDeclarationName)
           
 
Method Summary
 boolean equals(Object obj)
          
 XPath.NameTest getAttributeDeclarationName()
           
 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.SchemaAttributeTest

public XPath.SchemaAttributeTest(XPath.NameTest attributeDeclarationName)
Method Detail

getAttributeDeclarationName

public XPath.NameTest getAttributeDeclarationName()
Returns:
the attribute declaration name, which will be a qualified name

equals

public boolean equals(Object obj)

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

toString

public String toString()

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


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