public interface FunctionProxy
Modifier and Type | Method and Description |
---|---|
Function |
getInstance(Node root,
String xpathVersion)
Creates an instance of some abstract function.
|
Function getInstance(Node root, String xpathVersion) throws Exception
root
- 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 © 2023 JBoss by Red Hat. All rights reserved.