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

org.redundent.kotlin.xml.Element.kt Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package org.redundent.kotlin.xml

/**
 * Base interface for all elements. You shouldn't have to interact with this interface directly.
 * @author Jason Blackwell
 */
interface Element {
	/**
	 * This method handles creating the xml. Used internally
	 */
	fun render(builder: Appendable, indent: String, printOptions: PrintOptions)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy