4.1 string name(node-set?) @author bob mcwhirter (bob @ werken.com)
string name(node-set?)
198199200201202203204205206207208
"local-name", new LocalNameFunction() ); registerFunction( null, // namespace URI "name", new NameFunction() ); registerFunction( null, // namespace URI "namespace-uri", new NamespaceUriFunction() );
202203204205206207208209210211212