FDO API Reference Feature Data Objects

FdoXmlSkipElementHandler Class Reference

#include <SkipElementHandler.h>

Inherits FdoDisposable, and FdoXmlSaxHandler.

Inheritance diagram for FdoXmlSkipElementHandler:

Inheritance graph
[legend]
List of all members.

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.


Static Public Member Functions

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

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.