|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XQuerySequenceType in de.fraunhofer.ipsi.xquery.tree |
---|
Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQuerySequenceType | |
---|---|
void |
VisitorXQueryTypes.process(XQuerySequenceType node)
|
void |
VisitorXQuerySequenceTypeMatching.process(XQuerySequenceType op)
|
void |
VisitorXQueryPrettyPrint.process(XQuerySequenceType node)
|
Uses of XQuerySequenceType in de.fraunhofer.ipsi.xquery.tree.expression |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.expression that return XQuerySequenceType | |
---|---|
XQuerySequenceType |
XQueryTypeExpr.getDatatype()
Method getDatatype |
XQuerySequenceType |
XQueryInstanceofExpr.getDatatype()
Method getDatatype |
XQuerySequenceType |
XQueryCaseClause.getDatatype()
Method getDatatype |
XQuerySequenceType |
XQueryBinding.getType()
Method getType |
Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type XQuerySequenceType | |
---|---|
XQueryBinding(XQueryVariable var,
XQueryExpression expr,
XQuerySequenceType type)
Constructor |
|
XQueryCaseClause(PositionInfo pos,
XQuerySequenceType t,
XQueryExpression xo)
Constructor |
|
XQueryCaseClause(PositionInfo pos,
XQuerySequenceType t,
XQueryExpression xo,
XQueryVariable v)
Constructor |
|
XQueryForClause.XQueryForBinding(XQueryVariable var,
XQueryExpression expr,
XQuerySequenceType type,
XQueryVariable posVar)
|
|
XQueryInstanceofExpr(XQueryExpression expr,
XQuerySequenceType datatype)
Constructor |
|
XQueryTypeExpr(TypeOperatorEnum kind,
XQueryExpression expr,
XQuerySequenceType t)
Constructor |
Uses of XQuerySequenceType in de.fraunhofer.ipsi.xquery.tree.prolog |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return XQuerySequenceType | |
---|---|
XQuerySequenceType |
XQueryVarDecl.getDatatype()
Method getDatatype |
XQuerySequenceType |
XQueryParameter.getDatatype()
Method getDatatype |
XQuerySequenceType |
XQueryFunctionDecl.getReturnDatatype()
Method getReturnDatatype |
Constructors in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type XQuerySequenceType | |
---|---|
XQueryFunctionDecl(PositionInfo pos,
QNameExpr name,
java.util.List<XQueryParameter> params,
XQuerySequenceType type)
Constructor |
|
XQueryFunctionDecl(PositionInfo pos,
QNameExpr name,
java.util.List<XQueryParameter> params,
XQuerySequenceType type,
java.util.List<XQueryExpression> body)
Constructor |
|
XQueryParameter(XQueryVariable var,
XQuerySequenceType type)
Constructor |
|
XQueryVarDecl(PositionInfo pos,
XQueryVariable var,
XQuerySequenceType type,
XQueryExpression expr)
Constructor |
Uses of XQuerySequenceType in de.fraunhofer.ipsi.xquery.tree.types |
---|
Subclasses of XQuerySequenceType in de.fraunhofer.ipsi.xquery.tree.types | |
---|---|
class |
XQueryAtomicType
|
class |
XQueryAttributeTest
|
class |
XQueryDocumentTest
|
class |
XQueryElementTest
|
class |
XQueryProcessingInstructionTest
|
Uses of XQuerySequenceType in de.fraunhofer.ipsi.xquery.tree.xpath |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.xpath that return XQuerySequenceType | |
---|---|
XQuerySequenceType |
XQueryKindTest.getType()
Method getType |
Constructors in de.fraunhofer.ipsi.xquery.tree.xpath with parameters of type XQuerySequenceType | |
---|---|
XQueryKindTest(XQuerySequenceType type)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |