DefaultMarkupHandler
Default implementation of markup handler always returns NodeSeq.Empty
Value members
Inherited methods
callback method invoked by MarkupParser after end-tag of element.
callback method invoked by MarkupParser after end-tag of element.
- Value parameters:
- 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 parameters:
- 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