Class NodeValue

    • Constructor Detail

      • NodeValue

        public NodeValue​(Double value)
        Create a NodeValue using a Double value.
        Parameters:
        value - - the value this NodeValue represents
      • NodeValue

        public NodeValue​(boolean isnumeric)
        Create a NodeValue indicating whether it is a numeric or non numeric value.
        Parameters:
        isnumeric - whether this NodeValue is a numeric value (i.e. type double).
      • NodeValue

        public NodeValue​(String value)
        Create a NodeValue as a String.
        Parameters:
        value - The string value this Node contains