All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.net.joeaustin.easyxml.XmlComponent.kt Maven / Gradle / Ivy

The newest version!
package net.joeaustin.easyxml

interface XmlComponent {
    fun build(sb: StringBuilder, currentPadding: String, buildOptions: XmlBuildOptions)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy