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
the position in the source file
the prefix
the local name
the attributes (metadata)
true
if the element was previously empty; false
otherwise.
the children of this element
callback method invoked by MarkupParser after parsing entity ref.
callback method invoked by MarkupParser after parsing entity ref.
expanding entity references
callback method invoked by MarkupParser after parsing PI.
callback method invoked by MarkupParser after parsing PI.
report a syntax error
callback method invoked by MarkupParser after parsing text.
callback method invoked by MarkupParser after parsing text.
callback method invoked by MarkupParser after end-tag of element.
callback method invoked by MarkupParser after end-tag of element.
the position in the source file
the prefix
the local name
callback method invoked by MarkupParser after start-tag of element.
callback method invoked by MarkupParser after start-tag of element.
the position in the sourcefile
the prefix
the local name
the attributes (metadata)
returns true is this markup handler is validating
returns true is this markup handler is validating
(Since version 2.11) This method and its usages will be removed. Use a debugger to debug code.