com.evolvedbinary.xpath.parser.ast
Class QNameW

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by 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. "*"


Field Summary
static String WILDCARD
           
 
Constructor Summary
QNameW(String localPart)
           
QNameW(String prefix, String localPart)
           
 
Method Summary
 String describe()
           
 boolean equals(Object obj)
           
 String getLocalPart()
           
 String getPrefix()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WILDCARD

public static final String WILDCARD
See Also:
Constant Field Values
Constructor Detail

QNameW

public QNameW(String localPart)

QNameW

public QNameW(String prefix,
              String localPart)
Method Detail

describe

public final String describe()
Specified by:
describe in class AbstractASTNode

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getPrefix

@Nullable
public String getPrefix()

getLocalPart

public String getLocalPart()


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