RenderContext

trait RenderContext[-MiscType]

Order of calls is important:

Order of calls is important:

openNode
 ..setStyle
 ..setAttr
 ..[children nodes]
closeNode
Authors

Aleksey Fomkin [email protected]

class Object
trait Matchable
class Any

Value members

Abstract methods

def addMisc(misc: MiscType): Unit
def addTextNode(text: String): Unit
def closeNode(name: String): Unit
def openNode(xmlns: XmlNs, name: String): Unit
def setAttr(xmlNs: XmlNs, name: String, value: String): Unit
def setStyle(name: String, value: String): Unit