Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class ItemType extends org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNodeSupport for Item node type.
Field Summary | |
public static int | ITEM Set internal value for ITEM. |
public static int | KINDTEST Set internal value for KINDTEST. |
public static int | QNAME Set internal value for QNAME. |
Constructor Summary |
ItemType(int type
,
java.lang.Object value) |
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.ast.KindTest | kind_test() Support KindTest interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | qname() Support for QName interface. |
public int | type() Support for Type interface. |
Field Detail |
public static int ITEM
Set internal value for ITEM. |
public static int KINDTEST
Set internal value for KINDTEST. |
public static int QNAME
Set internal value for QNAME. |
Constructor Detail |
public ItemType(int type
,
java.lang.Object value)
Constructor for ItemType.
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.ast.KindTest kind_test()
Support KindTest interface.
org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTest
- Result of KindTest operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName qname()
Support for QName interface.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Result of QName operation.
public int type()
Support for Type interface.
int
- Result of Type operation.