Renderer class

Constructors

Renderer()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerCustomElement(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
render(Document document, CodeBuffer buffer, SymbolTable scope, {bool strictResolution = true}) → void
Renders a document into the buffer as HTML.
renderCustomElement(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
renderDeclare(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
renderElement(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
renderElementChild(Element parent, ElementChild child, CodeBuffer buffer, SymbolTable scope, bool html5, int index, int total) → void
renderForeach(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
renderIf(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
renderSwitch(Element element, CodeBuffer buffer, SymbolTable scope, bool html5) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

customElementName(String name) String
errorDocument(Iterable<JaelError> errors, CodeBuffer buf) → void
Render an error page.