|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQSequenceType
Field Summary | |
---|---|
static int |
OCC_EXACTLY_ONE
|
static int |
OCC_ONE_OR_MORE
|
static int |
OCC_ZERO_OR_MORE
|
static int |
OCC_ZERO_OR_ONE
|
Method Summary | |
---|---|
boolean |
exactlyMatches(XQSequenceType type)
Returns true if the given sequence type matches this type exactly. |
int |
getItemOccurence(XQSequenceType type)
Returns the occurence indicator for the sequence type. |
XQItemType |
getItemType()
Returns the type of the Item in the SequenceType. |
java.lang.String |
getString()
Returns a string representation of the sequence type. |
boolean |
isOfType(XQSequenceType type)
Returns true if the given type exactly matches or is a supertype of this type. |
Field Detail |
---|
static final int OCC_EXACTLY_ONE
static final int OCC_ONE_OR_MORE
static final int OCC_ZERO_OR_MORE
static final int OCC_ZERO_OR_ONE
Method Detail |
---|
boolean exactlyMatches(XQSequenceType type)
int getItemOccurence(XQSequenceType type)
XQItemType getItemType()
java.lang.String getString() throws XQException
XQException
boolean isOfType(XQSequenceType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |