Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class DocumentTest extends org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTestClass for Document testing.
Field Summary | |
public static int | ELEMENT Set internal value for ELEMENT. |
public static int | NONE Set internal value for NONE. |
public static int | SCHEMA_ELEMENT Set internal value for SCHEMA_ELEMENT. |
Constructor Summary |
DocumentTest(int type
,
java.lang.Object arg) |
DocumentTest() |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType | createTestType(org.eclipse.wst.xml.xpath2.api.ResultSequence rs
,
org.eclipse.wst.xml.xpath2.api.StaticContext sc) |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.AttrElemTest | elem_test() Element test. |
public java.lang.Class | getXDMClassType() |
public boolean | isWild() |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name() |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.SchemaElemTest | schema_elem_test() Schema element test. |
public int | type() Get test type. |
Field Detail |
public static int ELEMENT
Set internal value for ELEMENT. |
public static int NONE
Set internal value for NONE. |
public static int SCHEMA_ELEMENT
Set internal value for SCHEMA_ELEMENT. |
Constructor Detail |
public DocumentTest(int type
,
java.lang.Object arg)
Constructor for DocumentTest.
public DocumentTest()
Default Constructor for DocumentTest.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType createTestType(org.eclipse.wst.xml.xpath2.api.ResultSequence rs
,
org.eclipse.wst.xml.xpath2.api.StaticContext sc)
rs
sc
org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType
public org.eclipse.wst.xml.xpath2.processor.internal.ast.AttrElemTest elem_test()
Element test.
org.eclipse.wst.xml.xpath2.processor.internal.ast.AttrElemTest
- Element test.
public java.lang.Class getXDMClassType()
java.lang.Class
public boolean isWild()
boolean
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
public org.eclipse.wst.xml.xpath2.processor.internal.ast.SchemaElemTest schema_elem_test()
Schema element test.
org.eclipse.wst.xml.xpath2.processor.internal.ast.SchemaElemTest
- Schema element test.
public int type()
Get test type.
int
- Type of test.