示例#1
0
void
XalanEXSLTCommonFunctionsInstaller::uninstallLocal(XPathEnvSupportDefault&	theSupport)
{
	doUninstallLocal(s_commonNamespace, theFunctionTable, theSupport);
}
示例#2
0
void
XalanEXSLTDynamicFunctionsInstaller::uninstallLocal(XPathEnvSupportDefault&	theSupport)
{
	doUninstallLocal(s_dynamicNamespace, theFunctionTable, theSupport);
}