org.apache.xpath

Interface ExtensionsProvider

public interface ExtensionsProvider

Interface that XPath objects can call to obtain access to an ExtensionsTable.
Method Summary
booleanelementAvailable(String ns, String elemName)
Is the extension element available?
ObjectextFunction(String ns, String funcName, Vector argVec, Object methodKey)
Execute the extension function.
ObjectextFunction(FuncExtFunction extFunction, Vector argVec)
Execute the extension function.
booleanfunctionAvailable(String ns, String funcName)
Is the extension function available?

Method Detail

elementAvailable

public boolean elementAvailable(String ns, String elemName)
Is the extension element available?

extFunction

public Object extFunction(String ns, String funcName, Vector argVec, Object methodKey)
Execute the extension function.

extFunction

public Object extFunction(FuncExtFunction extFunction, Vector argVec)
Execute the extension function.

functionAvailable

public boolean functionAvailable(String ns, String funcName)
Is the extension function available?
Copyright B) 2006 Apache XML Project. All Rights Reserved.