net.sf.saxon.xqj
Class SaxonXQSequenceType

java.lang.Object
  extended by net.sf.saxon.xqj.SaxonXQSequenceType
All Implemented Interfaces:
javax.xml.xquery.XQSequenceType

public class SaxonXQSequenceType
extends java.lang.Object
implements javax.xml.xquery.XQSequenceType


Field Summary
(package private)  Configuration config
           
(package private)  SequenceType sequenceType
           
 
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
 
Constructor Summary
SaxonXQSequenceType(SequenceType sequenceType, Configuration config)
           
 
Method Summary
 int getItemOccurrence()
           
 javax.xml.xquery.XQItemType getItemType()
           
 java.lang.String getString()
           
 java.lang.String toString()
           
 
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
 

Field Detail

sequenceType

SequenceType sequenceType

config

Configuration config
Constructor Detail

SaxonXQSequenceType

SaxonXQSequenceType(SequenceType sequenceType,
                    Configuration config)
Method Detail

getItemOccurrence

public int getItemOccurrence()
Specified by:
getItemOccurrence in interface javax.xml.xquery.XQSequenceType

getItemType

public javax.xml.xquery.XQItemType getItemType()
Specified by:
getItemType in interface javax.xml.xquery.XQSequenceType

getString

public java.lang.String getString()

toString

public java.lang.String toString()
Specified by:
toString in interface javax.xml.xquery.XQSequenceType
Overrides:
toString in class java.lang.Object