|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ast.XPathNode
org.ucl.xpath.ast.NodeTest
org.ucl.xpath.ast.KindTest
org.ucl.xpath.ast.DocumentTest
Class for Document testing.
Field Summary | |
static int |
ELEMENT
Set internal value for ELEMENT. |
static int |
NONE
Set internal value for NONE. |
static int |
SCHEMA_ELEMENT
Set internal value for SCHEMA_ELEMENT. |
Constructor Summary | |
DocumentTest()
Default Constructor for DocumentTest. |
|
DocumentTest(int type,
java.lang.Object arg)
Constructor for DocumentTest. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
ElementTest |
elem_test()
Element test. |
SchemaElemTest |
schema_elem_test()
Schema element test. |
int |
type()
Get test type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NONE
public static final int ELEMENT
public static final int SCHEMA_ELEMENT
Constructor Detail |
public DocumentTest(int type, java.lang.Object arg)
type
- Type of element to test.arg
- xpath object to test.public DocumentTest()
Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public int type()
public ElementTest elem_test()
public SchemaElemTest schema_elem_test()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |