de.fraunhofer.ipsi.ipsixq.api.impl
Class XQSequenceTypeImpl

java.lang.Object
  extended by de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractSequenceType
      extended by de.fraunhofer.ipsi.ipsixq.api.impl.XQSequenceTypeImpl
All Implemented Interfaces:
XQSequenceType

public class XQSequenceTypeImpl
extends XQAbstractSequenceType

Author:
Michael Stark

Field Summary
 
Fields inherited from interface javax.xml.xquery.XQSequenceType
OCC_EXACTLY_ONE, OCC_ONE_OR_MORE, OCC_ZERO_OR_MORE, OCC_ZERO_OR_ONE
 
Constructor Summary
XQSequenceTypeImpl(de.fraunhofer.ipsi.ipsixq.datatypes.Type type)
           
 
Method Summary
 java.lang.String getString()
          Returns a string representation of the sequence type.
 
Methods inherited from class de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractSequenceType
exactlyMatches, getItemOccurence, getItemType, isOfType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQSequenceTypeImpl

public XQSequenceTypeImpl(de.fraunhofer.ipsi.ipsixq.datatypes.Type type)
Method Detail

getString

public java.lang.String getString()
                           throws XQException
Description copied from interface: XQSequenceType
Returns a string representation of the sequence type.

Specified by:
getString in interface XQSequenceType
Overrides:
getString in class XQAbstractSequenceType
Throws:
XQException