Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class SequenceType extends org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNodeSupport for Sequence type.
Field Summary | |
public static int | EMPTY Set internal value for EMPTY. |
public static int | NONE Set internal value for NONE. |
public static int | PLUS Set internal value for PLUS. |
public static int | QUESTION Set internal value for QUESTION. |
public static int | STAR Set internal value for STAR. |
Constructor Summary |
SequenceType(int occ
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.ItemType it) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public boolean | isLengthValid(int length) |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.ItemType | item_type() Support for ItemType interface. |
public int | occurrence() Get occurence of item. |
Field Detail |
public static int EMPTY
Set internal value for EMPTY. |
public static int NONE
Set internal value for NONE. |
public static int PLUS
Set internal value for PLUS. |
public static int QUESTION
Set internal value for QUESTION. |
public static int STAR
Set internal value for STAR. |
Constructor Detail |
public SequenceType(int occ
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.ItemType it)
Constructor for SequenceType.
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 boolean isLengthValid(int length)
length
boolean
public org.eclipse.wst.xml.xpath2.processor.internal.ast.ItemType item_type()
Support for ItemType interface.
org.eclipse.wst.xml.xpath2.processor.internal.ast.ItemType
- Result of ItemType operation.
public int occurrence()
Get occurence of item.
int
- Result from Int operation.