|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XQSequenceType | |
---|---|
javax.xml.xquery | |
org.basex.api.xqj |
Uses of XQSequenceType in javax.xml.xquery |
---|
Subinterfaces of XQSequenceType in javax.xml.xquery | |
---|---|
interface |
XQItemType
The XQItemType interface represents an item type as defined in
XQuery 1.0: An XML Query language. |
Methods in javax.xml.xquery that return XQSequenceType | |
---|---|
XQSequenceType |
XQDataFactory.createSequenceType(XQItemType item,
int occurence)
Creates a new sequence type from an item type and occurence indicator. |
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. |
Uses of XQSequenceType in org.basex.api.xqj |
---|
Classes in org.basex.api.xqj that implement XQSequenceType | |
---|---|
class |
BXQItemType
Java XQuery API - Item type. |
Methods in org.basex.api.xqj that return XQSequenceType | |
---|---|
XQSequenceType |
BXQPreparedExpression.getStaticResultType()
|
XQSequenceType |
BXQPreparedExpression.getStaticVariableType(javax.xml.namespace.QName qn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |