public interface SimpleFunctionTable
SimpleFunction
s.
A simple function called (qualified name: {namespace_URI}local_part) {http://www.acme.com/ns/bar}foo is expected to be found in the SimpleFunctionTable called (namespace URI) http://www.acme.com/ns/bar.
SimpleFunction and SimpleFunctionTable are used to implement the Paste From Word engine. SimpleFunctions make it easier writing short and simple functions. SimpleFunctionTables prevent from polluting the space of regular XPath functions.
Modifier and Type | Method and Description |
---|---|
SimpleFunction |
getSimpleFunction(String functionName)
Returns simple function having specified name, if found in this set;
null otherwise. |
SimpleFunction getSimpleFunction(String functionName)
null
otherwise.