MarkupHandler
class that handles markup - provides callback methods to MarkupParser. the default is nonvalidating behaviour
- Todo
can we ignore more entity declarations (i.e. those with extIDs)?
expanding entity references
Value members
Abstract methods
callback method invoked by MarkupParser after parsing comment.
callback method invoked by MarkupParser after parsing comment.
callback method invoked by MarkupParser after parsing an element, between the elemStart and elemEnd callbacks
callback method invoked by MarkupParser after parsing an element, between the elemStart and elemEnd callbacks
- Value Params
- args
the children of this element
- attrs
the attributes (metadata)
- empty
true
if the element was previously empty;false
otherwise.- label
the local name
- pos
the position in the source file
- pre
the prefix
callback method invoked by MarkupParser after parsing entity ref.
callback method invoked by MarkupParser after parsing entity ref.
- Todo
expanding entity references
Concrete 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