ConstructingHandler
Implementation of MarkupHandler that constructs nodes.
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
Abstract fields
Inherited fields
returns true is this markup handler is validating
returns true is this markup handler is validating
- Inherited from:
- MarkupHandler