Class KindTest
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.KindTest
-
- 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
Nested Classes Modifier and Type Class Description static classKindTest.Kind
-
Constructor Summary
Constructors Constructor Description KindTest(KindTest.Kind kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()protected StringdescribeParams()KindTest.KindgetKind()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Constructor Detail
-
KindTest
public KindTest(KindTest.Kind kind)
-
-
Method Detail
-
getKind
public KindTest.Kind getKind()
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
describeParams
protected String describeParams()
-
-