XMLSAXParser Object Events
See Also Example Applies To
CommentTag
CommentTag - Fired when a comment tag is found in the XML document.
DocTypeTag
DocTypeTag - Fired when a DOCTYPE tag is found in the XML document.
DocumentEnd
DocumentEnd - Fired when the end of the XML document is reached.
DocumentStart
DocumentStart - Fired when the start of the XML document is reached.
DTDAttlistTag
DTDAttlistTag - Fired when a DTD ATTLIST tag is found in the DTD.
DTDElementTag
DTDElementTag - Fired when a DTD ELEMENT tag is found in the DTD.
EmptyTag
EmptyTag - Fired when an empty tag is found in the XML document.
EndTag
EndTag - Fired when an end tag is found in the XML document.
NamespaceDefinition
NamespaceDefinition - Fired when an namespace definition is found in the XML document.
OtherTag
OtherTag - Fired when an unhandled "<?" or "<!" is found in the XML document.
StartTag
StartTag - Fired when an start tag is found in the XML document.
Value
Value - Fired when a value is found in the XML document.
|