levsha.impl

package levsha.impl

Type members

Classlikes

final class DiffRenderContext[-M](mc: () => M, initialBufferSize: Int, savedBuffer: ByteBuffer) extends StatefulRenderContext[M]
Companion
object
Companion
class
class DummyRenderContext[-M] extends RenderContext[M]

This render context does nothing

This render context does nothing

class Html5RenderContext[MiscType](prettyPrinting: TextPrettyPrintingConfig) extends XhtmlRenderContext[MiscType]

Generates HTML5 output.

Generates HTML5 output.

Authors

Alexander Semenov

case class TextPrettyPrintingConfig(indentationChar: Char, indentationSize: Int, lineBreak: CharSequence, enableAutoIndent: Boolean)
Authors

Aleksey Fomkin [email protected]

Companion
object
class XhtmlRenderContext[MiscType](prettyPrinting: TextPrettyPrintingConfig) extends RenderContext[MiscType]

Generates XHTML output.

Generates XHTML output.

Authors

Aleksey Fomkin [email protected]