case class RenderContext[FMT](renderChild: (FMT, Element) ⇒ String, root: Element, styles: StyleDeclarationSet, path: Path, pathTranslator: PathTranslator, config: RenderConfig) extends Product with Serializable
Provides the context for a single render operation.
- renderChild
a render function to use for rendering the children of an element
- root
the root element the new renderer will be used for
- styles
the styles the new renderer should apply to the rendered elements
- path
the (virtual) path the output will be rendered to
- pathTranslator
translates paths of input documents to the corresponding output path
- config
additional configuration for the renderer
- Alphabetic
- By Inheritance
- RenderContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RenderContext(renderChild: (FMT, Element) ⇒ String, root: Element, styles: StyleDeclarationSet, path: Path, pathTranslator: PathTranslator, config: RenderConfig)
- renderChild
a render function to use for rendering the children of an element
- root
the root element the new renderer will be used for
- styles
the styles the new renderer should apply to the rendered elements
- path
the (virtual) path the output will be rendered to
- pathTranslator
translates paths of input documents to the corresponding output path
- config
additional configuration for the renderer
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val config: RenderConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
indentation: Indentation
The indentation mechanism to use for rendering.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: Path
- val pathTranslator: PathTranslator
- val renderChild: (FMT, Element) ⇒ String
- val root: Element
- val styles: StyleDeclarationSet
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()