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