XHTMLRenderer

laika.render.epub.XHTMLRenderer$
object XHTMLRenderer extends HTMLRenderer

Customizations of the default HTML renderer for AST elements where attributes specific to EPUB need to be rendered.

Attributes

Graph
Supertypes
class HTMLRenderer
trait (HTMLFormatter, Element) => String
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def apply(fmt: HTMLFormatter, element: Element): String

Attributes

Definition Classes
HTMLRenderer -> Function2
def renderChoices(fmt: HTMLFormatter, name: String, choices: Seq[Choice], options: Options): String

Inherited methods

def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2