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::Common::Xml::XmlCharDataHandler Class Reference

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

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

[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.


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.

Constructor & Destructor Documentation

OSGeo::FDO::Common::Xml::XmlCharDataHandler::XmlCharDataHandler  ) 
 

Constructs a Char Data Handler.

OSGeo::FDO::Common::Xml::XmlCharDataHandler::XmlCharDataHandler System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs a DataHandler based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property System::String* OSGeo::FDO::Common::Xml::XmlCharDataHandler::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.

Returns:
Returns the element content.

Comments or suggestions? Send us feedback.