OSGeo::FDO::Common::Xml::XmlCharDataHandler Class Reference
[OSGeo::FDO::Common::Xml]
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.
|