FDO API Reference Feature Data Objects

XmlSerializable Class Reference

List of all members.

Detailed Description

FdoXmlSerializable provides the ability to serialize an FDO object to an XML Document. Serialization support can be added to any class by basing it on FdoXmlSerializable and implementing the _writeXml callback.


Public Member Functions

NAMESPACE_OSGEO_COMMON_XML::XmlReader * GetFromInternalStylesheet ()
 Gets the stylesheet for converting the XML document from internal to external format. When classes derived from FdoXmlSerializable define an internal format, they must override this function to return a stylesheet that does the conversion.
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_IO::IoStream *stream, NAMESPACE_OSGEO_FDO_XML::XmlFlags *flags)
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_IO::IoStream *stream)
 Writes to a stream. A complete XML document, containing this object, is written.
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_IO::IoTextWriter *textWriter, NAMESPACE_OSGEO_FDO_XML::XmlFlags *flags)
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_IO::IoTextWriter *textWriter)
 Writes to a text writer. A complete XML document, containing this object, is written.
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_XML::XmlWriter *xmlWriter, NAMESPACE_OSGEO_FDO_XML::XmlFlags *flags)
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_XML::XmlWriter *xmlWriter)
 Writes to an XML writer. This object is appended to the XML document being written. Unlike the other WriteXml() functions it is not necessarily the only object in its document.
System::Void WriteXml (String *fileName, NAMESPACE_OSGEO_FDO_XML::XmlFlags *flags)
System::Void WriteXml (String *fileName)
 Writes this object to a file. A complete XML document, containing this object, is written.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.