Interface XMLValueParser<T>

    • Method Detail

      • parse

        T parse​(String xml)
         throws ParseException
        Parses the specified string value.
        Parameters:
        xml - the string value
        Returns:
        the Java object
        Throws:
        ParseException - if the string value is invalid