|
|||||||||
| 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. |
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()
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 XQSequenceTypeint indicating the occurrence indicatorpublic XQItemType getItemType()
XQSequenceType
getItemType in interface XQSequenceTypeXQItemType 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()
XQSequenceType
toString in interface XQSequenceTypetoString in class java.lang.ObjectString representation of the sequence type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||