Module xml.api.main

Interface Xmlable

  • All Known Subinterfaces:
    Transformable<T>

    public interface Xmlable
    If a class implements the interface Xmlable have to implement the method for transformation to a xml string
    • Method Detail

      • toXml

        java.lang.String toXml()
        Transform this object to xml String
        Returns:
        this object as an xml String object