FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Xml::XmlNameCollectionHandler Class Reference

Inherits OSGeo::FDO::Common::Xml::XmlSaxHandler.

Inheritance diagram for OSGeo::FDO::Xml::XmlNameCollectionHandler:

[legend]
List of all members.

Detailed Description

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


Public Member Functions

OSGeo::FDO::Common::StringCollectionGetNames ()
 Gets the collection of names.
 XmlNameCollectionHandler (OSGeo::FDO::Common::StringCollection *names)
 Constructs an Fdo XML Name Collection Handler.
 XmlNameCollectionHandler ()
 Constructs an Fdo XML Name Collection Handler.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Constructor & Destructor Documentation

OSGeo::FDO::Xml::XmlNameCollectionHandler::XmlNameCollectionHandler  ) 
 

Constructs an Fdo XML Name Collection Handler.

OSGeo::FDO::Xml::XmlNameCollectionHandler::XmlNameCollectionHandler OSGeo::FDO::Common::StringCollection names  ) 
 

Constructs an Fdo XML Name Collection Handler.

Parameters:
names Input the collection of names. Any names deserialized will be added to this collection. If NULL then an internal empty name collection is created.

Member Function Documentation

OSGeo ::FDO ::Common ::StringCollection* OSGeo::FDO::Xml::XmlNameCollectionHandler::GetNames  ) 
 

Gets the collection of names.

Returns:
Returns the element content.

System::Void OSGeo::FDO::Xml::XmlNameCollectionHandler::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Common::Xml::XmlSaxHandler.


Comments or suggestions? Send us feedback.