Class BoolUtils

java.lang.Object
at.gv.egovernment.moaspss.util.BoolUtils

public class BoolUtils extends Object
Utility class for parsing XML schema boolean values.
  • Constructor Details

    • BoolUtils

      public BoolUtils()
  • Method Details

    • valueOf

      public static boolean valueOf(String boolStr)
      Return the boolean value of an xsd:boolean type of DOM element/attribute.
      Parameters:
      boolStr - The value of the xsd:boolean element/attribute.
      Returns:
      true, if boolStr equals "true" or "1;". Otherwise, false is returned.