4.1 number count(node-set) @author bob mcwhirter (bob @ werken.com)
number count(node-set)
170171172173174175176177178179180
"contains", new ContainsFunction() ); registerFunction( null, // namespace URI "count", new CountFunction() ); registerFunction( null, // namespace URI "false", new FalseFunction() );
"contains", new ContainsFunction() ); registerFunction( null, // namespace URI "count", new CountFunction() ); registerFunction( null, // namespace URI "document", new DocumentFunction() );