Uses of Class
com.evolvedbinary.xpath.parser.ast.QNameW

Packages that use QNameW
com.evolvedbinary.xpath.parser.ast   
com.evolvedbinary.xpath.parser.ast.partial   
 

Uses of QNameW in com.evolvedbinary.xpath.parser.ast
 

Fields in com.evolvedbinary.xpath.parser.ast declared as QNameW
 QNameW SimpleForClause.RangeVariable.varName
           
 QNameW QuantifiedExpr.InClause.varName
           
 

Methods in com.evolvedbinary.xpath.parser.ast that return QNameW
 QNameW SchemaElementTest.getName()
           
 QNameW SchemaAttributeTest.getName()
           
 QNameW NameTest.getName()
           
 QNameW ElementTest.getName()
           
 QNameW AttributeTest.getName()
           
 

Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type QNameW
AtomicType(QNameW varName)
           
AttributeTest(QNameW name)
           
AttributeTest(QNameW name, QNameW typeName)
           
ElementTest(QNameW name)
           
ElementTest(QNameW name, QNameW typeName)
           
ElementTest(QNameW name, QNameW typeName, Boolean optionalType)
           
FunctionCall(QNameW functionName, ASTNode... arguments)
           
FunctionCall(QNameW functionName, List<? extends ASTNode> arguments)
           
NameTest(QNameW name)
           
QuantifiedExpr.InClause(QNameW varName, ASTNode in)
           
SchemaAttributeTest(QNameW name)
           
SchemaElementTest(QNameW name)
           
SimpleForClause.RangeVariable(QNameW varName, ASTNode exprSingle)
           
VarRef(QNameW varName)
           
 

Uses of QNameW in com.evolvedbinary.xpath.parser.ast.partial
 

Methods in com.evolvedbinary.xpath.parser.ast.partial that return QNameW
 QNameW PartialPrefixedName.complete(String localPart)
           
 

Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type QNameW
 PartialElementTest.PartialElementTest1 PartialElementTest.complete(QNameW name)
           
 PartialElementTest.PartialElementTest1.PartialElementTest2 PartialElementTest.PartialElementTest1.complete(QNameW typeName)
           
 PartialAttributeTest.PartialAttributeTest1 PartialAttributeTest.complete(QNameW name)
           
 AttributeTest PartialAttributeTest.PartialAttributeTest1.complete(QNameW typeName)
           
 

Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type QNameW
PartialAttributeTest.PartialAttributeTest1(QNameW name)
           
PartialElementTest.PartialElementTest1.PartialElementTest2(QNameW typeName)
           
PartialElementTest.PartialElementTest1(QNameW name)
           
PartialFunctionCall(QNameW functionName)
           
 



Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.