4.3 boolean true() @author bob mcwhirter (bob @ werken.com)
boolean true()
254255256257258259260261262263264
"sum", new SumFunction() ); registerFunction( null, // namespace URI "true", new TrueFunction() ); registerFunction( null, // namespace URI "translate", new TranslateFunction() ); }
258259260261262263264265266267268
"sum", new SumFunction() ); registerFunction( null, // namespace URI "true", new TrueFunction() ); registerFunction( null, // namespace URI "translate", new TranslateFunction() );