|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.xqj.SaxonXQSequenceType
public class SaxonXQSequenceType
Field Summary |
---|
Fields inherited from interface javax.xml.xquery.XQSequenceType |
---|
OCC_EMPTY, OCC_EXACTLY_ONE, OCC_ONE_OR_MORE, OCC_ZERO_OR_MORE, OCC_ZERO_OR_ONE |
Method Summary | |
---|---|
int |
getItemOccurrence()
Returns the occurrence indicator for the sequence type. |
javax.xml.xquery.XQItemType |
getItemType()
Returns the type of the item in the sequence type. |
java.lang.String |
getString()
|
java.lang.String |
toString()
Returns a human-readable implementation-defined string representation of the sequence type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.xquery.XQSequenceType |
---|
equals, hashCode |
Method Detail |
---|
public int getItemOccurrence()
javax.xml.xquery.XQSequenceType
Description | Value |
---|---|
Zero or one | OCC_ZERO_OR_ONE |
Exactly one | OCC_EXACTLY_ONE |
Zero or more | OCC_ZERO_OR_MORE |
One or more | OCC_ONE_OR_MORE |
Empty | OCC_EMPTY |
getItemOccurrence
in interface javax.xml.xquery.XQSequenceType
int
indicating the occurrence indicatorpublic javax.xml.xquery.XQItemType getItemType()
javax.xml.xquery.XQSequenceType
getItemType
in interface javax.xml.xquery.XQSequenceType
XQItemType
representing the
item type in the sequence. null
is returned in case of an empty sequence.public java.lang.String getString()
public java.lang.String toString()
javax.xml.xquery.XQSequenceType
toString
in interface javax.xml.xquery.XQSequenceType
toString
in class java.lang.Object
String
representation of the sequence type
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |