FdoXmlSkipElementHandler Class Reference

FdoXmlSkipHandler can be used to skip an XML element, when reading an XML document via FdoXmlReader. It is a FdoXmlSaxHandler with no callback implementations. Therefore, if another FdoXmlSaxHandler's XmlStartElement callback returns a FdoXmlSkipElementHandler then there are no more SAX events until the end of the current element is reached. More...

#include <SkipElementHandler.h>

Inherits FdoXmlSaxHandler.

List of all members.


Static Public Member Functions

static FDO_API_COMMON
FdoXmlSkipElementHandler
Create ()
 Constructs a SAX Handler for skipping an element.

Detailed Description

FdoXmlSkipHandler can be used to skip an XML element, when reading an XML document via FdoXmlReader. It is a FdoXmlSaxHandler with no callback implementations. Therefore, if another FdoXmlSaxHandler's XmlStartElement callback returns a FdoXmlSkipElementHandler then there are no more SAX events until the end of the current element is reached.

Definition at line 32 of file SkipElementHandler.h.


The documentation for this class was generated from the following file: