FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Common::Xml::XmlCharDataHandler Class Reference
[OSGeo::FDO::Common::Xml]

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

Inheritance diagram for OSGeo::FDO::Common::Xml::XmlCharDataHandler:

Inheritance graph
[legend]
List of all members.

Detailed Description

XmlCharDataHandler is convenience class for reading XML element content. When XmlReader encounters the start of an element with simple content, an object of this class can be constructed and pushed onto the XmlReader's SAX handler stack. When the end of the element is reached, the object will contain all of the element's content.

()

Definition at line 34 of file mgXmlCharDataHandler.h.


Public Member Functions

__property System::String * get_RetString ()
 Gets the element content that has been read sofar. When the end of the element is reached, this will contain all of the element content.
 XmlCharDataHandler (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a DataHandler based on an unmanaged instance of the object.
 XmlCharDataHandler ()
 Constructs a Char Data Handler.

Comments or suggestions? Send us feedback.