com.evolvedbinary.xpath.parser.ast
Class ElementTest

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

public class ElementTest
extends KindTest

Created by aretter on 30/01/2016.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.evolvedbinary.xpath.parser.ast.KindTest
KindTest.Kind
 
Constructor Summary
ElementTest()
           
ElementTest(QNameW name)
           
ElementTest(QNameW name, QNameW typeName)
           
ElementTest(QNameW name, QNameW typeName, Boolean optionalType)
           
 
Method Summary
protected  String describeParams()
           
 boolean equals(Object obj)
           
 QNameW getName()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.KindTest
describe, getKind
 
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

ElementTest

public ElementTest()

ElementTest

public ElementTest(QNameW name)

ElementTest

public ElementTest(QNameW name,
                   QNameW typeName)

ElementTest

public ElementTest(QNameW name,
                   QNameW typeName,
                   Boolean optionalType)
Method Detail

describeParams

protected String describeParams()
Overrides:
describeParams in class KindTest

equals

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

getName

@Nullable
public QNameW getName()


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