|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XQueryException in de.fraunhofer.ipsi.ipsixq.api |
---|
Methods in de.fraunhofer.ipsi.ipsixq.api that throw XQueryException | |
---|---|
Connection |
XQIDriver.connect(java.lang.String url,
java.util.Properties prop)
Deprecated. Creates a new Connection. |
void |
ResultHandler.datamodelObject(Item item)
Method datamodelObject |
void |
AbstractResultHandler.datamodelObject(Sequence item)
Method datamodelObject |
QueryResult |
XQIConnection.executeQuery(java.lang.String query)
Deprecated. Executes the query. |
java.math.BigDecimal |
XQIQueryResult.getBigDecimal()
Deprecated. Method getBigDecimal |
boolean |
XQIQueryResult.getBoolean()
Deprecated. Method getBoolean |
java.lang.String |
XQIQueryHandlerDefault.getCoreQuery()
Method getCoreQuery |
java.lang.String |
XQIQueryHandler.getCoreQuery()
Method getCoreQuery |
org.w3c.dom.Document |
XQIQueryResult.getDocument()
Deprecated. Gets the result document. |
double |
XQIQueryResult.getDouble()
Deprecated. Method getDouble |
EvaluationContext |
XQIQueryHandlerDefault.getDynamicContext()
Method getDynamicContext |
EvaluationContext |
XQIQueryHandler.getDynamicContext()
Method getDynamicContext |
float |
XQIQueryResult.getFloat()
Deprecated. Method getFloat |
java.lang.String |
XQIQueryHandlerDefault.getImportedAttributeDecls()
Method getImportedAttributeDecls |
java.lang.String |
XQIQueryHandler.getImportedAttributeDecls()
Method getImportedAttributeDecls |
java.lang.String |
XQIQueryHandlerDefault.getImportedElementDecls()
Method getImportedElementDecls |
java.lang.String |
XQIQueryHandler.getImportedElementDecls()
Method getImportedElementDecls |
java.lang.String |
XQIQueryHandlerDefault.getImportedTypeDefns()
Method getImportedTypeDefns |
java.lang.String |
XQIQueryHandler.getImportedTypeDefns()
Method getImportedTypeDefns |
java.lang.String |
XQIQueryHandlerDefault.getInferredType()
Method getInferredType |
java.lang.String |
XQIQueryHandler.getInferredType()
Method getInferredType |
int |
XQIQueryResult.getInt()
Deprecated. Method getInt |
long |
XQIQueryResult.getLong()
Deprecated. Method getLong |
org.w3c.dom.Node |
XQIQueryResult.getNode()
Deprecated. Method getNode |
org.w3c.dom.NodeList |
XQIQueryResult.getNodeList()
Deprecated. Method getNodeList |
java.lang.Object |
XQIQueryResult.getObject()
Deprecated. Method getObject |
Sequence |
XQIQueryHandlerDefault.getQueryResult()
Method getQueryResult |
Sequence |
XQIQueryHandler.getQueryResult()
Method getQueryResult |
void |
XQIQueryHandlerDefault.getQueryResult(ResultHandler handler)
Method getQueryResult |
void |
XQIQueryHandler.getQueryResult(ResultHandler handler)
Method getQueryResult |
StaticContext |
XQIQueryHandlerDefault.getStaticContext()
Method getStaticContext |
StaticContext |
XQIQueryHandler.getStaticContext()
Method getStaticContext |
java.lang.String |
XQIQueryResult.getString()
Deprecated. Method getString |
XQueryNode |
XQIQueryHandlerDefault.getXQuery()
Method getXQuery |
XQueryNode |
XQIQueryHandler.getXQuery()
Method getXQuery |
void |
LibraryRegistry.registerLibrary(java.lang.String uri,
XQueryLibraryModule library)
Method registerLibrary |
void |
XQIQueryHandlerDefault.syntaxCheck()
Method syntaxCheck |
void |
XQIQueryHandler.syntaxCheck()
Method syntaxCheck |
Uses of XQueryException in de.fraunhofer.ipsi.ipsixq.api.impl |
---|
Methods in de.fraunhofer.ipsi.ipsixq.api.impl that throw XQueryException | |
---|---|
static java.util.List<de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression> |
QueryHandler.getCoreExpressions(XQueryModule module,
StaticContext context)
|
static de.fraunhofer.ipsi.ipsixq.datatypes.Type |
QueryHandler.getInferredType(StaticContext staticContext,
java.util.List<de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression> coreExpressions)
|
static Sequence |
QueryHandler.getQueryResult(StaticContext staticContext,
EvaluationContext dynamicContext,
java.util.List<de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression> coreExpressions)
|
static XQueryModule |
QueryHandler.getXQueryModule(java.io.Reader reader)
|
static void |
QueryHandler.initDynamicContext(XQueryModule module,
EvaluationContext context)
|
static void |
QueryHandler.initStaticContext(XQueryModule module,
StaticContext context)
|
Uses of XQueryException in de.fraunhofer.ipsi.xquery.api |
---|
Methods in de.fraunhofer.ipsi.xquery.api that throw XQueryException | |
---|---|
Connection |
Driver.connect(java.lang.String url,
java.util.Properties prop)
Deprecated. Creates a new Connection. |
QueryResult |
Connection.executeQuery(java.lang.String query)
Deprecated. Method executeQuery |
java.math.BigDecimal |
QueryResult.getBigDecimal()
Deprecated. Method getBigDecimal |
boolean |
QueryResult.getBoolean()
Deprecated. Method getBoolean |
org.w3c.dom.Document |
QueryResult.getDocument()
Deprecated. Method getDocument |
double |
QueryResult.getDouble()
Deprecated. Method getDouble |
float |
QueryResult.getFloat()
Deprecated. Method getFloat |
int |
QueryResult.getInt()
Deprecated. Method getInt |
long |
QueryResult.getLong()
Deprecated. Method getLong |
org.w3c.dom.Node |
QueryResult.getNode()
Deprecated. Method getNode |
org.w3c.dom.NodeList |
QueryResult.getNodeList()
Deprecated. Method getNodeList |
java.lang.Object |
QueryResult.getObject()
Deprecated. Method getObject |
java.lang.String |
QueryResult.getString()
Deprecated. Method getString |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree |
---|
Methods in de.fraunhofer.ipsi.xquery.tree that throw XQueryException | |
---|---|
abstract void |
XQueryModule.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryLibraryModule.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQuery.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
java.util.List<de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression> |
VisitorXQueryMappingToCore.process(java.util.List<XQueryExpression> list)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQuery op)
|
void |
VisitorXQueryModulesAndProlog.process(XQuery node)
|
void |
VisitorXQueryInitStaticContext.process(XQuery op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQuery op)
Method process |
void |
VisitorXQueryExpression.process(XQueryAbbreviatedStep node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryArithmeticOperator op)
|
void |
VisitorXQueryMappingToCore.process(XQueryArithmeticOperator op)
Method process |
void |
VisitorXQueryExpression.process(XQueryArithmeticOperator node)
|
void |
VisitorXQueryTypes.process(XQueryAtomicType node)
|
void |
VisitorXQuerySequenceTypeMatching.process(XQueryAtomicType op)
|
void |
VisitorXQueryPrettyPrint.process(XQueryAtStep op)
|
void |
VisitorXQueryMappingToCore.process(XQueryAtStep op)
Method process |
void |
VisitorXQueryExpression.process(XQueryAtStep node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryAttribute op)
|
void |
VisitorXQueryExpression.process(XQueryAttribute node)
|
void |
VisitorXQueryTypes.process(XQueryAttributeTest node)
|
void |
VisitorXQuerySequenceTypeMatching.process(XQueryAttributeTest op)
|
void |
VisitorXQueryPrettyPrint.process(XQueryAttributeTest node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryAxisStep op)
|
void |
VisitorXQueryMappingToCore.process(XQueryAxisStep op)
Method process |
void |
VisitorXQueryExpression.process(XQueryAxisStep node)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryBaseURIDecl node)
|
void |
VisitorXQueryExpression.process(XQueryCdataSection node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryComparisonOperator op)
|
void |
VisitorXQueryMappingToCore.process(XQueryComparisonOperator op)
Method process |
void |
VisitorXQueryExpression.process(XQueryComparisonOperator node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryCompNSConstructor op)
|
void |
VisitorXQueryMappingToCore.process(XQueryCompNSConstructor op)
Core mapping according to 'Formal Semantics WD 08|22|2003 section 4.7.3.7'. |
void |
VisitorXQueryExpression.process(XQueryCompNSConstructor node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryComputedAttributeConstructor op)
|
void |
VisitorXQueryMappingToCore.process(XQueryComputedAttributeConstructor op)
Method process |
void |
VisitorXQueryExpression.process(XQueryComputedAttributeConstructor node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryComputedDocumentConstructor op)
|
void |
VisitorXQueryMappingToCore.process(XQueryComputedDocumentConstructor op)
Method process |
void |
VisitorXQueryExpression.process(XQueryComputedDocumentConstructor node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryComputedElementConstructor op)
|
void |
VisitorXQueryMappingToCore.process(XQueryComputedElementConstructor op)
Method process |
void |
VisitorXQueryExpression.process(XQueryComputedElementConstructor node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryComputedTextConstructor op)
|
void |
VisitorXQueryMappingToCore.process(XQueryComputedTextConstructor op)
Method process |
void |
VisitorXQueryExpression.process(XQueryComputedTextConstructor node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryComputedXmlComment op)
|
void |
VisitorXQueryMappingToCore.process(XQueryComputedXmlComment op)
Core mapping according to 'Formal Semantics WD 08|22|2003 section 4.7.3.6'. |
void |
VisitorXQueryExpression.process(XQueryComputedXmlComment node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryCompXmlPi op)
|
void |
VisitorXQueryMappingToCore.process(XQueryCompXmlPi op)
Core mapping according to 'Formal Semantics WD 08|22|2003 section 4.7.3.5'. |
void |
VisitorXQueryExpression.process(XQueryCompXmlPi node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryConditionalExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryConditionalExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryConditionalExpr node)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryConstructionDecl node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryContextItemExpr op)
|
void |
VisitorXQueryExpression.process(XQueryContextItemExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryCopyNamespacesDecl node)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryCopyNamespacesDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryCopyNamespacesDecl op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryCopyNamespacesDecl node)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryDefaultCollationDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryDefaultCollationDecl op)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryDefaultNamespaceDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryDefaultNamespaceDecl op)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryDefaultOrderingDecl node)
|
void |
VisitorXQueryTypes.process(XQueryDocumentTest node)
|
void |
VisitorXQuerySequenceTypeMatching.process(XQueryDocumentTest op)
|
void |
VisitorXQueryPrettyPrint.process(XQueryDocumentTest node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryElementConstructor op)
|
void |
VisitorXQueryMappingToCore.process(XQueryElementConstructor op)
Method process |
void |
VisitorXQueryExpression.process(XQueryElementConstructor node)
|
void |
VisitorXQueryTypes.process(XQueryElementTest node)
|
void |
VisitorXQuerySequenceTypeMatching.process(XQueryElementTest op)
|
void |
VisitorXQueryPrettyPrint.process(XQueryElementTest node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryEmptyOrderDecl node)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryEmptyOrderDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryEmptyOrderDecl op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryEmptyOrderDecl node)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQueryEnclosedExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryEnclosedExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryEnclosedExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryExpression singleExpr)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQueryExtensionExpr op)
Method process |
void |
VisitorXQueryMappingToCore.process(XQueryExtensionExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryExtensionExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryFLWOR op)
|
void |
VisitorXQueryMappingToCore.process(XQueryFLWOR op)
Method process |
void |
VisitorXQueryExpression.process(XQueryFLWOR node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryFunctionCall op)
|
void |
VisitorXQueryMappingToCore.process(XQueryFunctionCall op)
First, each argument in a function call is normalized to its corresponding core expression by applying []FormalArgument. |
void |
VisitorXQueryExpression.process(XQueryFunctionCall node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryFunctionDecl op)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryFunctionDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryFunctionDecl op)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQueryInstanceofExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryInstanceofExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryInstanceofExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryKindTest op)
|
void |
VisitorXQueryMappingToCore.process(XQueryKindTest op)
Method process |
void |
VisitorXQueryExpression.process(XQueryKindTest node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryLibraryModule op)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryLibraryModule node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryLibraryModule op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryLibraryModule op)
Method process |
void |
VisitorXQueryExpression.process(XQueryLiteral node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryLogicalOperator op)
|
void |
VisitorXQueryMappingToCore.process(XQueryLogicalOperator op)
Method process |
void |
VisitorXQueryExpression.process(XQueryLogicalOperator node)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryModuleDecl node)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryModuleImport node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryModuleImport op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryModuleImport op)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryNamespaceDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryNamespaceDecl op)
Method process |
void |
VisitorXQueryMappingToCore.process(XQueryNameTest op)
Method process |
void |
VisitorXQueryExpression.process(XQueryNameTest node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryOptionDecl node)
Method process |
void |
VisitorXQueryModulesAndProlog.process(XQueryOptionDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryOptionDecl op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryOptionDecl node)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQueryOrderingExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryOrderingExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryOrderingExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryParenthesizedExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryParenthesizedExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryParenthesizedExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryPathExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryPathExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryPathExpr node)
|
void |
VisitorXQueryTypes.process(XQueryProcessingInstructionTest node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryProlog op)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryProlog node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryProlog op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryProlog op)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQueryQualifiedStep op)
|
void |
VisitorXQueryMappingToCore.process(XQueryQualifiedStep op)
Method process |
void |
VisitorXQueryExpression.process(XQueryQualifiedStep node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryQuantifiedExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryQuantifiedExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryQuantifiedExpr node)
|
void |
VisitorXQueryModulesAndProlog.process(XQuerySchemaImport node)
|
void |
VisitorXQueryInitStaticContext.process(XQuerySchemaImport op)
Method process |
void |
VisitorXQueryPrettyPrint.process(XQuerySequenceOperator op)
|
void |
VisitorXQueryMappingToCore.process(XQuerySequenceOperator op)
Method process |
void |
VisitorXQueryExpression.process(XQuerySequenceOperator node)
|
void |
VisitorXQueryTypes.process(XQuerySequenceType node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryTypeExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryTypeExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryTypeExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryTypeSwitch op)
|
void |
VisitorXQueryMappingToCore.process(XQueryTypeSwitch op)
Method process |
void |
VisitorXQueryExpression.process(XQueryTypeSwitch node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryUnaryOperator op)
|
void |
VisitorXQueryMappingToCore.process(XQueryUnaryOperator op)
Method process |
void |
VisitorXQueryExpression.process(XQueryUnaryOperator node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryValidateExpr op)
|
void |
VisitorXQueryMappingToCore.process(XQueryValidateExpr op)
Method process |
void |
VisitorXQueryExpression.process(XQueryValidateExpr node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryVarDecl op)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryVarDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryVarDecl op)
Method process |
void |
VisitorXQueryInitDynamicContext.process(XQueryVarDecl op)
Method process |
void |
VisitorXQueryMappingToCore.process(XQueryVariable op)
A variable is a core expression, therefore there is no normalization rule for a variable. |
void |
VisitorXQueryExpression.process(XQueryVariable node)
|
void |
VisitorXQueryPrettyPrint.process(XQueryVersionDecl op)
|
void |
VisitorXQueryModulesAndProlog.process(XQueryVersionDecl node)
|
void |
VisitorXQueryInitStaticContext.process(XQueryVersionDecl op)
Method process |
void |
VisitorXQueryExpression.process(XQueryXmlComment node)
|
void |
VisitorXQueryExpression.process(XQueryXmlProcessingInstruction node)
|
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree.expression |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.expression that throw XQueryException | |
---|---|
void |
XQueryValidateExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryUnaryOperator.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryTypeSwitch.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryTypeExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQuerySequenceOperator.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryQuantifiedExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryLogicalOperator.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryInstanceofExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryFLWOR.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryExtensionExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryExpression.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryConditionalExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryComparisonOperator.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryArithmeticOperator.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression |
XQueryExpressionAbstract.getCoreExpression(VisitorXQueryExpression visitor)
Method getCoreNode |
de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression |
XQueryExpression.getCoreExpression(VisitorXQueryExpression visitor)
Method getCoreExpression |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree.primary |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.primary that throw XQueryException | |
---|---|
void |
XQueryVariable.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryParenthesizedExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryOrderingExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryLiteral.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryFunctionCall.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryContextItemExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree.prolog |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.prolog that throw XQueryException | |
---|---|
void |
XQueryVersionDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryVarDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQuerySchemaImport.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryPrologDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryProlog.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryOptionDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryNamespaceDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryModuleImport.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryModuleDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryFunctionDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryEmptyOrderDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryDefaultOrderingDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryDefaultNamespaceDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryDefaultCollationDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryCopyNamespacesDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryConstructionDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
XQueryBaseURIDecl.acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree.types |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.types that throw XQueryException | |
---|---|
void |
XQuerySequenceType.acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
void |
XQueryProcessingInstructionTest.acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
void |
XQueryElementTest.acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
void |
XQueryDocumentTest.acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
void |
XQueryAttributeTest.acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
void |
XQueryAtomicType.acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
de.fraunhofer.ipsi.ipsixq.datatypes.Type |
XQuerySequenceType.getCoreType(VisitorXQueryTypes visitor)
Method getCoreType |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree.xml |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.xml that throw XQueryException | |
---|---|
void |
XQueryXmlProcessingInstruction.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryXmlComment.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryEnclosedExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryElementConstructor.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryCompXmlPi.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryComputedXmlComment.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryComputedTextConstructor.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryComputedElementConstructor.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryComputedDocumentConstructor.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryComputedAttributeConstructor.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryCompNSConstructor.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryCdataSection.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryAttribute.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.tree.xpath |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.xpath that throw XQueryException | |
---|---|
void |
XQueryQualifiedStep.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryPathExpr.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryNameTest.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryKindTest.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryAxisStep.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryAtStep.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
void |
XQueryAbbreviatedStep.acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
Uses of XQueryException in de.fraunhofer.ipsi.xquery.util |
---|
Methods in de.fraunhofer.ipsi.xquery.util that throw XQueryException | |
---|---|
static javax.xml.namespace.QName |
UtilityFunctions.expand(QNameExpr qname,
PositionInfo pos,
StaticContext context,
NamespaceEnum source)
Method expand |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |