Class NodeBodyWriter

java.lang.Object
java.io.Writer
com.semanticcms.core.model.NodeBodyWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class NodeBodyWriter extends Writer
Writes node body content, while replacing nested child element markers with child element content.

TODO: Performance: It may be faster to deal with strings and char[] instead of sending everything through as single characters.