4.3 boolean not(boolean) @author bob mcwhirter (bob @ werken.com)
boolean not(boolean)
210211212213214215216217218219220
"normalize-space", new NormalizeSpaceFunction() ); registerFunction( null, // namespace URI "not", new NotFunction() ); registerFunction( null, // namespace URI "number", new NumberFunction() );
214215216217218219220221222223224