public interface OXQFunctionContext
OXQFunctionEvaluator. Users should not implement this interface.OXQFunctionEvaluator| Modifier and Type | Method and Description |
|---|---|
XQConnection |
getConnection()
Gets the connection.
|
XQDynamicContext |
getDynamicContext()
Gets a read-only view of the dynamic context.
|
OXQFunctionMetaData |
getMetaData()
Gets the metadata for the function being evaluated.
|
XQStaticContext |
getStaticContext()
Gets a read-only view of the static context.
|
OXQFunctionMetaData getMetaData()
XQConnection getConnection()
javax.xml.xquery.XQConnection extends javax.xml.xquery.XQDataFactory so the connection is useful for constructing the return value of the function. This method is equivalent to OXQView.getDynamicContext(getDynamicContext()).getConnection()XQDynamicContext getDynamicContext()
java.lang.UnsupportedOperationException.XQStaticContext getStaticContext()
java.lang.UnsupportedOperationException.