Uses of Class
com.evolvedbinary.xpath.parser.ast.QNameW
-
Packages that use QNameW Package Description 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 Modifier and Type Field Description QNameWQuantifiedExpr.InClause. varNameQNameWSimpleForClause.RangeVariable. varNameMethods in com.evolvedbinary.xpath.parser.ast that return QNameW Modifier and Type Method Description QNameWAttributeTest. getName()QNameWElementTest. getName()QNameWNameTest. getName()QNameWSchemaAttributeTest. getName()QNameWSchemaElementTest. getName()Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type QNameW Constructor Description 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)InClause(QNameW varName, ASTNode in)NameTest(QNameW name)RangeVariable(QNameW varName, ASTNode exprSingle)SchemaAttributeTest(QNameW name)SchemaElementTest(QNameW name)VarRef(QNameW varName) -
Uses of QNameW in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial that return QNameW Modifier and Type Method Description QNameWPartialPrefixedName. complete(String localPart)Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type QNameW Modifier and Type Method Description PartialAttributeTest.PartialAttributeTest1PartialAttributeTest. complete(QNameW name)AttributeTestPartialAttributeTest.PartialAttributeTest1. complete(QNameW typeName)PartialElementTest.PartialElementTest1PartialElementTest. complete(QNameW name)PartialElementTest.PartialElementTest1.PartialElementTest2PartialElementTest.PartialElementTest1. complete(QNameW typeName)Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type QNameW Constructor Description PartialAttributeTest1(QNameW name)PartialElementTest1(QNameW name)PartialElementTest2(QNameW typeName)PartialFunctionCall(QNameW functionName)
-