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

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

The newest version!
package net.joeaustin.easyxml

data class XmlBuildOptions(
    val qualifierCharacter: Char = '\"',
    val pretty: Boolean = true,
    val includeComments: Boolean = true,
    val includeHeader: Boolean = true
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy