CLab# 1.0 API Documentation

TokenParser Constructor (String, XmlWriter)

Initializes a new instance of the "TokenParser" class. Parsing from a file defined by filename.

public TokenParser(
   String filename,
   XmlWriter xw
);

Parameters

String
Filename of input file for parsing.
XmlWriter
The XML writer to write output to.

See Also

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