IXMLCallback Class
The IXMLCallback is a callback interface class used with the XMLParser. More...
Header: | #include <IXMLCallback> |
Public Functions
virtual | ~IXMLCallback() |
virtual void | XMLParserCallback(XMLPrimitive *p) |
Detailed Description
The IXMLCallback is a callback interface class used with the XMLParser.
Inherit this interface to receive XML parsing callbacks. Either override the XMLParserCallback or call XMLParser::SetXMLCallback with a specific function.
Member Function Documentation
[virtual]
IXMLCallback::~IXMLCallback()
Destroys the instance of IXMLCallback. The destructor is virtual.
[virtual]
void IXMLCallback::XMLParserCallback(XMLPrimitive *p)
Does nothing in this implementation.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.