| FDO API Reference | Feature Data Objects |
#include <NameCollectionHandler.h>
Inherits FdoDisposable, and FdoXmlSaxHandler.
Inheritance diagram for FdoXmlNameCollectionHandler:
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 FdoStringCollection * | GetNames () |
| Gets the collection of names. | |
| virtual FdoBoolean | XmlEndElement (FdoXmlSaxContext *saxContext, 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 FdoXmlSaxHandler * | XmlStartElement (FdoXmlSaxContext *saxContext, 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 | |
| FDO_API FdoXmlNameCollectionHandler * | Create (FdoStringCollection *pNames=NULL) |
| Constructs an Fdo XML Name Collection Handler. | |
Protected Member Functions | |
| FdoXmlNameCollectionHandler (FdoStringCollection *pNames) | |
| FdoXmlNameCollectionHandler () | |
| virtual | ~FdoXmlNameCollectionHandler (void) |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
XML Serialization functions, not part of supported API. _writeXml serializes each name in the collection as a [Name] element. |
|
|
Constructs an Fdo XML Name Collection Handler.
|
|
|
Gets the collection of names.
|
|
||||||||||||||||||||
|
Default Sax callback that is called when the FdoXmlReader reads the end tag for an XML element in the document. Does nothing.
Reimplemented from FdoXmlSaxHandler. |
|
||||||||||||||||||||||||
|
Default Sax callback that is called when the FdoXmlReader reads the start tag for an XML element in the document. Does nothing.
Reimplemented from FdoXmlSaxHandler. |
| Comments or suggestions? Send us feedback. |