#include <sd_DOMStream.h>
Public Methods | |
virtual void | handleElementStart (const QString &qName, const QXmlAttributes &atts) |
virtual void | handleElementEnd (const QString &qName) |
virtual | ~IgnoredElementHandler () |
Note that the interface methods do not provide you an Element -- all that you get is the name of the element that was ignored.
|
the name of the element that has ended. |
|
The name of the element that has started and its attributes. |