net.sf.saxon.javax.xml.xquery

Interface XQSequenceType

Known Subinterfaces:
XQItemType
Known Implementing Classes:
SaxonXQItemType, SaxonXQSequenceType

public interface XQSequenceType

XQJ interfaces reconstructed from version 0.5 documentation

Field Summary

static int
OCC_EMPTY
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

int
getItemOccurrence()
XQItemType
getItemType()
java.lang.String
toString()

Field Details

OCC_EMPTY

public static final int OCC_EMPTY
Field Value:
5

OCC_EXACTLY_ONE

public static final int OCC_EXACTLY_ONE
Field Value:
2

OCC_ONE_OR_MORE

public static final int OCC_ONE_OR_MORE
Field Value:
4

OCC_ZERO_OR_MORE

public static final int OCC_ZERO_OR_MORE
Field Value:
3

OCC_ZERO_OR_ONE

public static final int OCC_ZERO_OR_ONE
Field Value:
1

Method Details

getItemOccurrence

public int getItemOccurrence()

getItemType

public XQItemType getItemType()

toString

public java.lang.String toString()