API Guides > ConceptRT 3.x
TextReaderNode Class Referenceabstract

TextReaderNode enables us to get a TextReader in order to read the node of the DataStore. Used when the strcutrue of the node's data is specialized. More...

Detailed Description

TextReaderNode enables us to get a TextReader in order to read the node of the DataStore. Used when the strcutrue of the node's data is specialized.

+ Inheritance diagram for TextReaderNode:

Public Member Methods

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

Methods Documentation

virtual TextReader& GetTextReader ( )
pure virtual

Gets the text reader of the node.

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

Implemented in TextReaderNodeDocument, and TextReaderNodeStream.