Package org.eclipse.wst.xml.xpath2.processor.internal.ast


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class ItemType



public class ItemType
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode
Support for Item node type.

Field Summary

public static intITEM
     Set internal value for ITEM.
public static intKINDTEST
     Set internal value for KINDTEST.
public static intQNAME
     Set internal value for QNAME.

Constructor Summary

ItemType(int type , java.lang.Object value)

Method Summary

public java.lang.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.
public org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTestkind_test()
     Support KindTest interface.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QNameqname()
     Support for QName interface.
public inttype()
     Support for Type interface.

Field Detail

ITEM

public static int ITEM

Set internal value for ITEM.

KINDTEST

public static int KINDTEST

Set internal value for KINDTEST.

QNAME

public static int QNAME

Set internal value for QNAME.

Constructor Detail

ItemType

public ItemType(int type , java.lang.Object value)

Constructor for ItemType.


Methods Detail

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.


kind_test

public org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTest kind_test()

Support KindTest interface.

Returns

org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTest - Result of KindTest operation.


qname

public org.eclipse.wst.xml.xpath2.processor.internal.types.QName qname()

Support for QName interface.

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.QName - Result of QName operation.


type

public int type()

Support for Type interface.

Returns

int - Result of Type operation.