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