void endFastElement([in] long Element)
receives notification of the end of a known element.
XFastContextHandler createFastChildContext([in] long Element, [in] XFastAttributeList Attribs)
receives notification of the beginning of a known child element.
XFastContextHandler createUnknownChildContext([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs)
receives notification of the beginning of an unknown child element .
void characters([in] string aChars)
receives notification of character data.
receives notification of sax document events from a XFastParser.
Definition: XFastContextHandler.idl:41
void endUnknownElement([in] string Namespace, [in] string Name)
receives notification of the end of a known element.
void startUnknownElement([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs)
receives notification of the beginning of an unknown element .
void startFastElement([in] long Element, [in] XFastAttributeList Attribs)
receives notification of the beginning of an element .