DefaultMarkupHandler
Default implementation of markup handler always returns NodeSeq.Empty
Value members
Concrete methods
def elem(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding, empty: Boolean, args: 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
Inherited fields
returns true is this markup handler is validating
returns true is this markup handler is validating
- Inherited from
- MarkupHandler