net.sf.saxon.javax.xml.xquery
Interface XQSequenceType
- All Known Subinterfaces:
- XQItemType
- All Known Implementing Classes:
- SaxonXQItemType, SaxonXQSequenceType
- public interface XQSequenceType
XQJ interfaces reconstructed from version 0.5 documentation
OCC_EXACTLY_ONE
public static final int OCC_EXACTLY_ONE
- See Also:
- Constant Field Values
OCC_ONE_OR_MORE
public static final int OCC_ONE_OR_MORE
- See Also:
- Constant Field Values
OCC_ZERO_OR_MORE
public static final int OCC_ZERO_OR_MORE
- See Also:
- Constant Field Values
OCC_ZERO_OR_ONE
public static final int OCC_ZERO_OR_ONE
- See Also:
- Constant Field Values
getItemOccurrence
public int getItemOccurrence()
getItemType
public XQItemType getItemType()
getString
public java.lang.String getString()
throws XQException
- Throws:
XQException