com.evolvedbinary.xpath.parser.ast
Class KindTest

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.KindTest
All Implemented Interfaces:
ASTNode, ItemType, NodeTest
Direct Known Subclasses:
AnyKindTest, AttributeTest, CommentTest, DocumentTest, ElementTest, PITest, SchemaAttributeTest, SchemaElementTest

public abstract class KindTest
extends AbstractASTNode
implements NodeTest, ItemType

Created by aretter on 30/01/2016.


Nested Class Summary
static class KindTest.Kind
           
 
Constructor Summary
KindTest(KindTest.Kind kind)
           
 
Method Summary
protected  String describe()
           
protected  String describeParams()
           
 KindTest.Kind getKind()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KindTest

public KindTest(KindTest.Kind kind)
Method Detail

getKind

public KindTest.Kind getKind()

describe

protected String describe()
Specified by:
describe in class AbstractASTNode

describeParams

protected String describeParams()


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