Name
parser:Free -- free parser
Formerly known as
parser:Close (V1.x)

Synopsis
parser:Free()
Function
Closes the parser, freeing all memory used by it. A call to parser:Free() without a previous call to parser:Parse() could result in an error.

Inputs
none

Example
See StartElement


Show TOC