public class MapFunctionProxy extends Object implements FunctionProxy
| Constructor and Description |
|---|
MapFunctionProxy()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
getInstance(Node root,
String xpathVersion)
Creates an instance of some abstract function.
|
public Function getInstance(Node root, String xpathVersion) throws Exception
FunctionProxygetInstance in interface FunctionProxyroot - the DOM root of the apply statement containing the functionxpathVersion - the version specified in the contianing policy, or null if no version was
specifiedException - if the underlying code experienced any errorCopyright © 2019 WSO2. All rights reserved.