API Guides > ConceptRT 3.x
XmlElement Class Referenceabstract

XmlElement for XmlNode. More...

Detailed Description

+ Inheritance diagram for XmlElement:

Protected Member Functions

virtual void ReadFrom (XmlReader &reader)=0
 Reads from. More...
 
virtual void WriteTo (XmlWriter &writer)=0
 Write to. More...
 

Methods Documentation

virtual void ReadFrom ( XmlReader reader)
protectedpure virtual

Reads from.

Parameters
reader[in,out] The xml reader.

Implemented in XmlChildren, and XmlText.

virtual void WriteTo ( XmlWriter writer)
protectedpure virtual

Write to.

Parameters
writer[in,out] The xml writer.

Implemented in XmlChildren, and XmlText.