Uses of Interface
cz.martlin.xspf.util.XSPFDocumentUtility.TextToValueMapper
-
Packages that use XSPFDocumentUtility.TextToValueMapper Package Description cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XSPFDocumentUtility.TextToValueMapper in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFDocumentUtility.TextToValueMapper Modifier and Type Method Description <T> TXSPFDocumentUtility. getElementAttr(Element owner, String attrName, XSPFDocumentUtility.TextToValueMapper<T> mapper)<T> TXSPFDocumentUtility. getElementValue(Element elem, XSPFDocumentUtility.TextToValueMapper<T> mapper)<T> TXSPFDocumentUtility. getElementValue(Element owner, String elemName, XSPFDocumentUtility.TextToValueMapper<T> mapper)
-