Uses of Interface
javax.xml.xquery.XQSequenceType

Packages that use XQSequenceType
de.fraunhofer.ipsi.ipsixq.api.impl   
javax.xml.xquery   
 

Uses of XQSequenceType in de.fraunhofer.ipsi.ipsixq.api.impl
 

Classes in de.fraunhofer.ipsi.ipsixq.api.impl that implement XQSequenceType
 class XQAbstractItemType
           
 class XQAbstractSequenceType
           
 class XQItemTypeImpl
           
 class XQSequenceTypeImpl
           
 

Methods in de.fraunhofer.ipsi.ipsixq.api.impl that return XQSequenceType
 XQSequenceType XQAbstractDataFactory.createSequenceType(javax.xml.namespace.QName name, int occurence)
           
 XQSequenceType XQAbstractDataFactory.createSequenceType(XQItemType item, int occurence)
           
 XQSequenceType XQAbstractConnection.getStaticInScopeVariableType(javax.xml.namespace.QName varname)
           
 XQSequenceType XQPreparedExpressionImpl.getStaticResultType()
           
 XQSequenceType XQPreparedExpressionImpl.getStaticVariableType(javax.xml.namespace.QName name)
           
 

Methods in de.fraunhofer.ipsi.ipsixq.api.impl with parameters of type XQSequenceType
 XQCachedSequence XQAbstractDataFactory.createCachedSequence(XQSequenceType seqtype)
           
 boolean XQAbstractSequenceType.exactlyMatches(XQSequenceType type)
           
 boolean XQAbstractItemType.exactlyMatches(XQSequenceType type)
           
 int XQAbstractSequenceType.getItemOccurence(XQSequenceType type)
           
 int XQAbstractItemType.getItemOccurence(XQSequenceType type)
           
 boolean XQAbstractSequenceType.isOfType(XQSequenceType type)
           
 boolean XQAbstractItemType.isOfType(XQSequenceType type)
           
 

Uses of XQSequenceType in javax.xml.xquery
 

Subinterfaces of XQSequenceType in javax.xml.xquery
 interface XQItemType
           
 

Methods in javax.xml.xquery that return XQSequenceType
 XQSequenceType XQDataFactory.createSequenceType(javax.xml.namespace.QName name, int occurence)
          Creates a new sequence type from type and occurence indicator.
 XQSequenceType XQDataFactory.createSequenceType(XQItemType item, int occurence)
          Creates a new sequence type from an ItemType and occurence indicator.
 XQSequenceType XQStaticContext.getStaticInScopeVariableType(javax.xml.namespace.QName varname)
          Gets the type of the static in scope variable.
 XQSequenceType XQPreparedExpression.getStaticResultType()
          Gets the static type information of the result sequence.
 XQSequenceType XQPreparedExpression.getStaticVariableType(javax.xml.namespace.QName name)
          Retrieves the static type of a given external variable.
 

Methods in javax.xml.xquery with parameters of type XQSequenceType
 XQCachedSequence XQDataFactory.createCachedSequence(XQSequenceType seqtype)
          Returns an updatable, scrollable sequence of the given type.
 boolean XQSequenceType.exactlyMatches(XQSequenceType type)
          Returns true if the given sequence type matches this type exactly.
 int XQSequenceType.getItemOccurence(XQSequenceType type)
          Returns the occurence indicator for the sequence type.
 int XQItemType.getItemOccurence(XQSequenceType type)
          Returns the occurence indicator for the item type.
 boolean XQSequenceType.isOfType(XQSequenceType type)
          Returns true if the given type exactly matches or is a supertype of this type.