ApocDriverRender Method |
Name | Description | |
---|---|---|
![]() |
Render(Stream, Stream) |
Executes the conversion reading the source tree from the input
stream, converting it to a format dictated by the render and
writing it to the supplied output stream.
|
![]() |
Render(TextReader, Stream) |
Executes the conversion reading the source tree from the input
reader, converting it to a format dictated by the renderer and
writing it to the supplied output stream.
|
![]() |
Render(String, Stream) |
Executes the conversion reading the source tree from the file
inputFile, converting it to a format dictated by the
renderer and writing it to the supplied output stream.
|
![]() |
Render(String, String) |
Executes the conversion reading the source tree from the file
inputFile, converting it to a format dictated by the
renderer and writing it to the file identified by outputFile.
|
![]() |
Render(XmlDocument, Stream) |
Executes the conversion reading the source tree from the supplied
XmlDocument, converting it to a format dictated by the renderer
and writing it to the supplied output stream.
|
![]() |
Render(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.
|