receives notification of sax document events from a XFastParser.
Definition XFastContextHandler.idl:31
XFastContextHandler createUnknownChildContext([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs)
receives notification of the beginning of an unknown child element .
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 characters([in] string aChars)
receives notification of character data.
XFastContextHandler createFastChildContext([in] long Element, [in] XFastAttributeList Attribs)
receives notification of the beginning of a known child element.
void startFastElement([in] long Element, [in] XFastAttributeList Attribs)
receives notification of the beginning of an element .
void endFastElement([in] long Element)
receives notification of the end of a known element.