DefaultNodeParserTemplate

class DefaultNodeParserTemplate(default: Option[TemplateEngine], underlying: Map[String, TemplateEngine]) extends PartialNodeParser[Template]
trait PartialFunction[Node, Template]
trait Node => Template
class Object
trait Matchable
class Any

Value members

Constructors

def this(underlying: Map[String, TemplateEngine])
def this(underlying: Map[String, TemplateEngine], default: String)
def this(underlying: CfgNode)
def this(underlying: CfgNode, default: String)

Concrete methods

override def apply(node: Node): Template
Definition Classes
Function1
override def isDefinedAt(node: Node): Boolean
Definition Classes
PartialFunction

Inherited methods

def andThen[C](k: PartialFunction[Template, C]): PartialFunction[Node, C]
Inherited from:
PartialFunction
override def andThen[C](k: Template => C): PartialFunction[Node, C]
Definition Classes
PartialFunction -> Function1
Inherited from:
PartialFunction
def applyOrElse[A1 <: Node, B1 >: Template](x: A1, default: A1 => B1): B1
Inherited from:
PartialFunction
def compose[R](k: PartialFunction[R, Node]): PartialFunction[R, Template]
Inherited from:
PartialFunction
@unspecialized
def compose[A](g: A => Node): A => Template
Inherited from:
Function1
def elementWise: ElementWiseExtractor[Node, Template]
Inherited from:
PartialFunction
def lift: Node => Option[Template]
Inherited from:
PartialFunction
def orElse[A1 <: Node, B1 >: Template](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from:
PartialFunction
def runWith[U](action: Template => U): Node => Boolean
Inherited from:
PartialFunction
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1
def unapply(a: Node): Option[Template]
Inherited from:
PartialFunction