toCharArray

open override fun toCharArray(content: Source): CharArray

Deprecated

Note that sources are inefficient and poorly designed, relying on runtime types

Replace with

import nl.adaptivity.xmlutil.XmlStreaming.newReader
newReader(content).toCharArrayWriter().toCharArray()