Class QNameW
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.QNameW
-
- All Implemented Interfaces:
ASTNode
public class QNameW extends AbstractASTNode
Similar to a QName but where the prefix or localPart may be a WILDCARD i.e. "*"
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe()booleanequals(Object obj)StringgetLocalPart()StringgetPrefix()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Field Detail
-
WILDCARD
public static final String WILDCARD
- See Also:
- Constant Field Values
-
-