Interface XQSequenceType
- All Known Subinterfaces:
XQItemType
- All Known Implementing Classes:
SaxonXQItemType, SaxonXQSequenceType
public interface XQSequenceType
XQJ interfaces reconstructed from version 0.5 documentation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
OCC_EXACTLY_ONE
static final int OCC_EXACTLY_ONE- See Also:
-
OCC_ONE_OR_MORE
static final int OCC_ONE_OR_MORE- See Also:
-
OCC_ZERO_OR_MORE
static final int OCC_ZERO_OR_MORE- See Also:
-
OCC_ZERO_OR_ONE
static final int OCC_ZERO_OR_ONE- See Also:
-
-
Method Details
-
getItemOccurrence
int getItemOccurrence() -
getItemType
XQItemType getItemType() -
getString
- Throws:
XQException
-