Java Utililty Methods XML Attribute Parse

List of utility methods to do XML Attribute Parse

Description

The list of methods to do XML Attribute Parse are organized into topic(s).

Method

StringparseString(String xmlAttributeValue, String invalidValue)
parse String
if (xmlAttributeValue == null)
    return invalidValue;
return xmlAttributeValue;