ConstructingHandler
Implementation of MarkupHandler that constructs nodes.
Value members
Concrete methods
def elem(pos: Int, pre: String, label: String, attrs: MetaData, pscope: NamespaceBinding, empty: Boolean, nodes: NodeSeq): NodeSeq
Inherited methods
callback method invoked by MarkupParser after end-tag of element.
callback method invoked by MarkupParser after end-tag of element.
- Value Params
- label
the local name
- pos
the position in the source file
- pre
the prefix
- Inherited from
- MarkupHandler
callback method invoked by MarkupParser after start-tag of element.
callback method invoked by MarkupParser after start-tag of element.
- Value Params
- attrs
the attributes (metadata)
- label
the local name
- pos
the position in the sourcefile
- pre
the prefix
- Inherited from
- MarkupHandler
Abstract fields
Inherited fields
returns true is this markup handler is validating
returns true is this markup handler is validating
- Inherited from
- MarkupHandler