Uses of Interface
cz.martlin.xspf.util.XMLDocumentUtilityHelper.NullableTextToValueMapper
-
Packages that use XMLDocumentUtilityHelper.NullableTextToValueMapper Package Description cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XMLDocumentUtilityHelper.NullableTextToValueMapper in cz.martlin.xspf.util
Fields in cz.martlin.xspf.util declared as XMLDocumentUtilityHelper.NullableTextToValueMapper Modifier and Type Field Description static XMLDocumentUtilityHelper.NullableTextToValueMapper<String>XMLDocumentUtilityHelper.NullableTextToValueMapper. TEXT_TO_STRINGAn identity (i.e. empty) mapping.Methods in cz.martlin.xspf.util that return XMLDocumentUtilityHelper.NullableTextToValueMapper Modifier and Type Method Description static <T> XMLDocumentUtilityHelper.NullableTextToValueMapper<T>XMLDocumentUtilityHelper.NullableTextToValueMapper. checked(XMLDocumentUtilityHelper.NonNullTextToValueMapper<T> nonNullMapper)Encapsulates the givenXMLDocumentUtilityHelper.NonNullTextToValueMapperto beXMLDocumentUtilityHelper.NullableTextToValueMapper.Methods in cz.martlin.xspf.util with parameters of type XMLDocumentUtilityHelper.NullableTextToValueMapper Modifier and Type Method Description <T> TXMLDocumentUtility. getElementAttrOrNull(Element owner, String attrName, XMLDocumentUtilityHelper.NullableTextToValueMapper<T> mapper)Returns the value of the given element attribute of given name, converted by given mapper.<T> TXMLDocumentUtility. getElementValueOrNull(Element elem, XMLDocumentUtilityHelper.NullableTextToValueMapper<T> mapper)Returns the value of the given element, converted by given mapper.<T> TXMLDocumentUtility. getChildElementValueOrNull(Element owner, String elemName, XMLDocumentUtilityHelper.NullableTextToValueMapper<T> mapper)Returns the value of the given element child of given name, converted by given mapper.<T> TXMLDocumentUtilityHelper. textToValue(String text, XMLDocumentUtilityHelper.NullableTextToValueMapper<T> mapper)Converts the given text to value of particular type by the given mapper.
-