Parse Method (TextReader)

HttpServer.dll

Parse a file and convert into to our own template object code.

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Parse(
	TextReader reader
)
Visual Basic (Declaration)
Public Sub Parse ( _
	reader As TextReader _
)
Visual C++
public:
virtual void Parse(
	TextReader^ reader
) sealed

Parameters

reader
Type: System.IO..::.TextReader
A textreader containing our template

Implements

TemplateGenerator..::.Parse(TextReader)

Exceptions

ExceptionCondition
HttpServer.Rendering..::.CodeGeneratorExceptionIf something is incorrect in the template.

See Also