CLab# 1.0 API Documentation

TokenParser Constructor (Stream, XmlWriter)

Initializes a new instance of the "TokenParser" class.

public TokenParser(
   Stream stream,
   XmlWriter xw
);

Parameters

Stream
The stream to parse.
XmlWriter
The XML writer to write output to.

See Also

TokenParser Class | com.calitha.goldparser Namespace | TokenParser Constructor Overload List