|
||||||||||
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.ItemType
Support for Item node type.
Field Summary | |
static int |
ITEM
Set internal value for ITEM. |
static int |
KINDTEST
Set internal value for KINDTEST. |
static int |
QNAME
Set internal value for QNAME. |
Constructor Summary | |
ItemType(int type,
java.lang.Object value)
Constructor for ItemType. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
KindTest |
kind_test()
Support KindTest interface. |
QName |
qname()
Support for QName interface. |
int |
type()
Support for Type interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ITEM
public static final int QNAME
public static final int KINDTEST
Constructor Detail |
public ItemType(int type, java.lang.Object value)
type
- Type.value
- Object value.Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public int type()
public QName qname()
public KindTest kind_test()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |