com.evolvedbinary.xpath.parser.ast
Class NameTest

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.NameTest
All Implemented Interfaces:
ASTNode, NodeTest

public class NameTest
extends AbstractASTNode
implements NodeTest

Created by aretter on 28/01/2016.


Constructor Summary
NameTest(QNameW name)
           
 
Method Summary
 String describe()
           
 boolean equals(Object obj)
           
 QNameW getName()
           
 
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
 

Constructor Detail

NameTest

public NameTest(QNameW name)
Method Detail

describe

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

equals

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

getName

public QNameW getName()


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