Package cdc.util.xml

Interface XmlPrinter<T>


  • public interface XmlPrinter<T>
    • Method Detail

      • write

        void write​(XmlHandler handler,
                   String name,
                   T object,
                   Object data)
            throws IOException
        Prints an object as an element.
        Parameters:
        handler - The XML handler.
        name - The name of the element.
        object - The object to print.
        data - Data that can be used to write object.
        Throws:
        IOException - When an IO error occurs.