|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.xquery.OXQFunctionEvaluator
public abstract class OXQFunctionEvaluator
Extensions of this can be used to implement XQuery external functions. Users may return a class that extends this from an entity resolver.
OXQEntityKind.EXTERNAL_FUNCTION, OXQEntity| Method Summary | |
|---|---|
abstract XQSequence |
evaluate(OXQFunctionContext context, XQSequence[] params)Called at runtime when the external function is invoked. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract XQSequence evaluate(OXQFunctionContext context,
XQSequence[] params)
throws XQException
context - provides facilities that may be useful to the external function implementationparams - input parameter bindings for the external function callXQException
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.