266267268269270271272
private void registerXSLTFunctions() { // extension functions defined in XSLT registerFunction( null, // namespace URI "document", new DocumentFunction() ); }
174175176177178179180181182183184
"count", new CountFunction() ); registerFunction( null, // namespace URI "document", new DocumentFunction() ); registerFunction( null, // namespace URI "false", new FalseFunction() );