Uses of Class
org.jboss.dna.jcr.xpath.XPath.NameTest

Packages that use XPath.NameTest
org.jboss.dna.jcr.xpath   
 

Uses of XPath.NameTest in org.jboss.dna.jcr.xpath
 

Methods in org.jboss.dna.jcr.xpath that return XPath.NameTest
 XPath.NameTest XPath.SchemaAttributeTest.getAttributeDeclarationName()
           
 XPath.NameTest XPath.AttributeTest.getAttributeName()
           
 XPath.NameTest XPath.OrderBySpec.getAttributeName()
          Get the attribute name for this order specification.
 XPath.NameTest XPath.SchemaElementTest.getElementDeclarationName()
           
 XPath.NameTest XPath.ElementTest.getElementName()
           
 XPath.NameTest XPath.FunctionCall.getName()
           
 XPath.NameTest XPath.AttributeNameTest.getNameTest()
           
 XPath.NameTest XPath.AttributeTest.getTypeName()
           
 XPath.NameTest XPath.ElementTest.getTypeName()
           
 

Constructors in org.jboss.dna.jcr.xpath with parameters of type XPath.NameTest
XPath.AttributeNameTest(XPath.NameTest nameTest)
           
XPath.AttributeTest(XPath.NameTest attributeNameOrWildcard, XPath.NameTest typeName)
           
XPath.ElementTest(XPath.NameTest elementNameOrWildcard, XPath.NameTest typeName)
           
XPath.FunctionCall(XPath.NameTest name, List<XPath.Component> arguments)
           
XPath.OrderBySpec(Order order, XPath.NameTest attributeName)
           
XPath.SchemaAttributeTest(XPath.NameTest attributeDeclarationName)
           
XPath.SchemaElementTest(XPath.NameTest elementDeclarationName)
           
 



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