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