net.sf.saxon.xqj
Class SaxonXQSequenceType

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

public class SaxonXQSequenceType
extends Object
implements XQSequenceType

Created by IntelliJ IDEA. User: Mike Date: 14-May-2006 Time: 20:36:38 To change this template use File | Settings | File Templates.


Field Summary
(package private)  Configuration config
           
(package private)  SequenceType sequenceType
           
 
Fields inherited from interface net.sf.saxon.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()
           
 XQItemType getItemType()
           
 String getString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 XQSequenceType

getItemType

public XQItemType getItemType()
Specified by:
getItemType in interface XQSequenceType

getString

public String getString()

toString

public String toString()
Specified by:
toString in interface XQSequenceType
Overrides:
toString in class Object