super.init(path);
addFunction("system-property", new SystemPropertyFun());
addFunction("element-available", new ExtensionElementFun());
addFunction("function-available", new ExtensionFunctionFun());
addFunction("unparsed-entity-uri", new UnparsedEntityFun());
}