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 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
class that handles markup - provides callback methods to MarkupParser. the default is nonvalidating behaviour
1.0
expanding entity references
,can we ignore more entity declarations (i.e. those with extIDs)?