API Guides > ConceptRT 3.x
TextWriterNode Class Referenceabstract

TextWriterNode enables us to get a TextWriter in order to write the node of the DataStore. Used when the strcutrue of the node's data is specialized. More...

Detailed Description

TextWriterNode enables us to get a TextWriter in order to write the node of the DataStore. Used when the strcutrue of the node's data is specialized.

+ Inheritance diagram for TextWriterNode:

Public Member Methods

virtual TextWriterGetTextWriter ()=0
 Gets the text writer of the node. More...
 
- Public Member Methods inherited from IDisposable
virtual void Dispose ()=0
 Disposable the element. More...
 

Methods Documentation

virtual TextWriter& GetTextWriter ( )
pure virtual

Gets the text writer of the node.

Returns
The text writer of the node.
RT Exceptions:
RT_ERROR_BAD_CALL_ORDER
Warning
{TextWriter mustn't be used after the element has been Disposed.}

Implemented in TextWriterNodeDocument, and TextWriterNodeStream.