Uses of Class
org.modeshape.jcr.xpath.XPath.NameTest

Packages that use XPath.NameTest
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of XPath.NameTest in org.modeshape.jcr.xpath
 

Fields in org.modeshape.jcr.xpath with type parameters of type XPath.NameTest
protected static Map<XPath.NameTest,String> XPathToQueryTranslator.CAST_FUNCTION_NAME_TO_TYPE
           
 

Methods in org.modeshape.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()
           
protected  XPath.NameTest XPathParser.parseAtomicType(TokenStream tokens)
           
protected  XPath.NameTest XPathParser.parseItemType(TokenStream tokens)
           
protected  XPath.NameTest XPathParser.parseNameTest(TokenStream tokens)
           
protected  XPath.NameTest XPathParser.parseQName(TokenStream tokens)
           
protected  XPath.NameTest XPathParser.parseWildcard(TokenStream tokens)
           
 

Methods in org.modeshape.jcr.xpath that return types with arguments of type XPath.NameTest
protected  List<XPath.NameTest> XPathToQueryTranslator.extractElementNames(XPath.BinaryComponent binary)
          Find any element names that have been unioned together (with '|').
 

Methods in org.modeshape.jcr.xpath with parameters of type XPath.NameTest
protected  String XPathToQueryTranslator.nameFrom(XPath.NameTest name)
           
 

Constructors in org.modeshape.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-2012 JBoss, a division of Red Hat. All Rights Reserved.