FDO API Reference Feature Data Objects

XmlCharDataHandler Class Reference

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)
 XmlCharDataHandler ()
 Constructs a Char Data Handler.

Comments or suggestions? Send us feedback.