fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan
Class ExtensionFunctions
java.lang.Object
fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan.ExtensionFunctions
- public class ExtensionFunctions
- extends java.lang.Object
- Author:
- honkkis
|
Field Summary |
protected static boolean |
installed
only install once |
|
Method Summary |
static boolean |
hasFunction(java.lang.String uri,
java.lang.String funcName)
kludge for model/@function processing, checks whether this function exists
in the function table. |
protected static void |
installFunction(java.lang.String name,
org.apache.xpath.functions.Function func)
|
static void |
installFunctions()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
installed
protected static boolean installed
- only install once
ExtensionFunctions
public ExtensionFunctions()
- Creates a new instance of ExtensionsFunctions
installFunctions
public static void installFunctions()
hasFunction
public static boolean hasFunction(java.lang.String uri,
java.lang.String funcName)
- kludge for model/@function processing, checks whether this function exists
in the function table. For later xalan versions, this has to be changed
TODO: namespaces
installFunction
protected static void installFunction(java.lang.String name,
org.apache.xpath.functions.Function func)
X-Smiles 1.2