ksvg / com.github.nwillc.ksvg / java.lang.Appendable

Extensions for java.lang.Appendable

(JVM)

escapeHTML

Escapes special characters of an Appendable for HTML output. Handles double quotes, greater than, less than, ampersand, and characters greater than eight bit.

fun Appendable.escapeHTML(csq: CharSequence): Unit
(JVM)

toAttributeName

fun Appendable.toAttributeName(csq: CharSequence): Unit