Click or drag to resize
ApocDriverRender Method (XmlReader, Stream)
Executes the conversion reading the source tree from the input reader, converting it to a format dictated by the render and writing it to the supplied output stream.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Render(
	XmlReader inputReader,
	Stream outputStream
)

Parameters

inputReader
Type: System.XmlXmlReader
Reader that provides fast, non-cached, forward-only access to XML data
outputStream
Type: System.IOStream
Any subclass of the Stream class, e.g. FileStream

Implements

IDriverRender(XmlReader, Stream)
Remarks
The evaluation copy of this class will output an evaluation banner to standard out
See Also