Package cz.martlin.xspf.util
All the utilities and helper classes.
-
Interface Summary Interface Description ExceptionWrapper.ConsumerThrowing<T> AnConsumer, but with throwing exception.ExceptionWrapper.FunctionThrowing<IT,OT> AnFunction, but with throwing exception.ExceptionWrapper.PredicateThrowing<T> AnPredicate, but with throwing exception.XMLDocumentUtilityHelper.NonNullTextToValueMapper<T> An mapping of the text (never null) obtained from the XML file to some particular java type.XMLDocumentUtilityHelper.NonNullValueToTextMapper<T> An mapping of the particular java object (never null) to text to fill into the XML file.XMLDocumentUtilityHelper.NullableTextToValueMapper<T> An mapping of the text (or null) obtained from the XML file to some particular java type.XMLDocumentUtilityHelper.NullableValueToTextMapper<T> An mapping of the particular java object (or null) to text to fill into the XML file.XSPFDocumentUtility.TextToValueMapper<T> XSPFDocumentUtility.ValueToTextMapper<T> -
Class Summary Class Description ExceptionWrapper An utility, which encapsulates the checkedXSPFExceptionto unceckedXSPFRuntimeExceptionin context, where the checked exception is not allowed.Names Just the list of all the elements and attribute names.Printer Helper class for printing all theXSPFElements orXSPFCollections.XMLDocumentUtility An xml document utility.XMLDocumentUtilityHelper The xml document utility helper, the actual implementor of the DOM manipulation on the low-level.XMLFileLoaderStorer Just an separated helper class for the XML document IO, thus loading (parsing) and saving (serializing).XSPFDocumentUtility -
Exception Summary Exception Description XSPFException An general (checked) exception occured during the processing of the XSPF file.XSPFRuntimeException An general unchecked (runtime) exception occured during the processing of the XSPF file.