Class TrueFunction

  • All Implemented Interfaces:
    Function

    public class TrueFunction
    extends java.lang.Object
    implements Function

    4.3 boolean true()

    Returns true.

    Author:
    bob mcwhirter (bob @ werken.com)
    See Also:
    XPath Specification
    • Constructor Summary

      Constructors 
      Constructor Description
      TrueFunction()
      Create a new TrueFunction object.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(Context context, java.util.List args)
      Returns Boolean.TRUE
      static java.lang.Boolean evaluate()
      Returns true.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrueFunction

        public TrueFunction()
        Create a new TrueFunction object.
    • Method Detail

      • evaluate

        public static java.lang.Boolean evaluate()
        Returns true.
        Returns:
        Boolean.TRUE