FDO API Reference Feature Data Objects

FdoXmlNameCollectionHandler Class Reference

#include <NameCollectionHandler.h>

Inherits FdoDisposable, and FdoXmlSaxHandler.

Inheritance diagram for FdoXmlNameCollectionHandler:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoXmlNameCollectionHandler is a class for serializing and deserializing fdo:NameCollectionType elements.

Definition at line 28 of file NameCollectionHandler.h.


Public Member Functions

virtual void _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags)
 XML Serialization functions, not part of supported API.
FDO_API FdoStringCollectionGetNames ()
 Gets the collection of names.
virtual FdoBoolean XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname)
 Default Sax callback that is called when the FdoXmlReader reads the end tag for an XML element in the document. Does nothing.
virtual FdoXmlSaxHandlerXmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts)
 Default Sax callback that is called when the FdoXmlReader reads the start tag for an XML element in the document. Does nothing.

Static Public Member Functions

static FDO_API FdoXmlNameCollectionHandlerCreate (FdoStringCollection *pNames=NULL)
 Constructs an Fdo XML Name Collection Handler.

Protected Member Functions

 FdoXmlNameCollectionHandler (FdoStringCollection *pNames)
 FdoXmlNameCollectionHandler ()
virtual ~FdoXmlNameCollectionHandler (void)

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