API Guides > ConceptRT 3.x
TextWriterNodeStream Class Reference

TextWriterNode for XmlDataStoreStream. More...

Detailed Description

+ Inheritance diagram for TextWriterNodeStream:

Public Member Methods

TextWriterGetTextWriter ()
 Gets the text writer of the node. More...
 
void Dispose ()
 Disposable the element. More...
 

Methods Documentation

void Dispose ( )
virtual

Disposable the element.

Implements IDisposable.

TextWriter& GetTextWriter ( )
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.}

Implements TextWriterNode.