public class XQuery10BpelFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
USER_DATA_KEY_FUNCTION_RESOLVER |
Constructor and Description |
---|
XQuery10BpelFunctions() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
doXslTransform(net.sf.saxon.expr.XPathContext context,
java.lang.String xslUri,
java.lang.Object sources)
WS-BPEL doXslTransform function
|
static java.lang.Object |
getLinkStatus(net.sf.saxon.expr.XPathContext context,
java.lang.String linkName)
WS-BPEL getLinkStatus function
|
static java.lang.Object |
getVariableData(net.sf.saxon.expr.XPathContext context,
java.lang.String variableName,
java.lang.String partName,
java.lang.String xpath)
WS-BPEL getVariableData function
|
static java.lang.Object |
getVariableProperty(net.sf.saxon.expr.XPathContext context,
java.lang.String variableName,
java.lang.String propertyName)
WS-BPEL getVariableProperty function
|
public static final java.lang.String USER_DATA_KEY_FUNCTION_RESOLVER
public static java.lang.Object getVariableProperty(net.sf.saxon.expr.XPathContext context, java.lang.String variableName, java.lang.String propertyName) throws javax.xml.xpath.XPathFunctionException
context
- contextvariableName
- variableNamepropertyName
- propertyNamejavax.xml.xpath.XPathFunctionException
- XPathFunctionExceptionpublic static java.lang.Object getVariableData(net.sf.saxon.expr.XPathContext context, java.lang.String variableName, java.lang.String partName, java.lang.String xpath) throws javax.xml.xpath.XPathFunctionException
context
- contextvariableName
- variableNamepartName
- partNamexpath
- xpathjavax.xml.xpath.XPathFunctionException
- XPathFunctionExceptionpublic static java.lang.Object doXslTransform(net.sf.saxon.expr.XPathContext context, java.lang.String xslUri, java.lang.Object sources) throws javax.xml.xpath.XPathFunctionException
context
- contextxslUri
- xslUrisources
- sourcesjavax.xml.xpath.XPathFunctionException
- XPathFunctionExceptionpublic static java.lang.Object getLinkStatus(net.sf.saxon.expr.XPathContext context, java.lang.String linkName) throws javax.xml.xpath.XPathFunctionException
context
- contextlinkName
- linkNamejavax.xml.xpath.XPathFunctionException
- XPathFunctionException