public interface ExtensionsProvider
Modifier and Type | Method and Description |
---|---|
boolean |
elementAvailable(String ns,
String elemName)
Is the extension element available?
|
Object |
extFunction(FuncExtFunction extFunction,
Vector argVec)
Execute the extension function.
|
Object |
extFunction(String ns,
String funcName,
Vector argVec,
Object methodKey)
Execute the extension function.
|
boolean |
functionAvailable(String ns,
String funcName)
Is the extension function available?
|
boolean functionAvailable(String ns, String funcName) throws TransformerException
TransformerException
boolean elementAvailable(String ns, String elemName) throws TransformerException
TransformerException
Object extFunction(String ns, String funcName, Vector argVec, Object methodKey) throws TransformerException
TransformerException
Object extFunction(FuncExtFunction extFunction, Vector argVec) throws TransformerException
TransformerException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.