XmlElement value for XmlNode. More...
XmlElement value for XmlNode.
Inheritance diagram for XmlText:Public Member Methods | |
| void | GetValue (BaseStaticString &value) |
| Gets the value. More... | |
| void | SetValue (PCChar8 value) |
| Sets the value. More... | |
| Stream & | GetStream (bool resetReading, bool resetWriting) |
| Gets the stream. More... | |
Private Member Functions | |
| void | ReadFrom (XmlReader &reader) |
| Reads from. More... | |
| void | WriteTo (XmlWriter &writer) |
| Write to. More... | |
Additional Inherited Members |
| Stream& GetStream | ( | bool | resetReading, |
| bool | resetWriting | ||
| ) |
Gets the stream.
| resetReading | [in] Reset the stream for reading. |
| resetWriting | [in] Reset the stream for writing. |
| void GetValue | ( | BaseStaticString & | value | ) |
Gets the value.
| value | [out] the value. |
|
privatevirtual |
| void SetValue | ( | PCChar8 | value | ) |
Sets the value.
| value | [in] the value. |
|
privatevirtual |