class saxparser

Implements a saxparser.

class attributes [NB. Highlighted attributes are static members]
function saxparser() - Constructor
function parseFile() - Parse an xmlfile using SAX.
function parseChunk() - Parse an xml chunk using SAX.

Functions

function saxparser Click to go up to the list
Constructor
Declaration:
    native function saxparser()

function parseFile Click to go up to the list
Parse an xmlfile using SAX.
Declaration:
    native function parseFile( string filename )
Parameters:
    Parameter #1: string filename - the XML to parse

function parseChunk Click to go up to the list
Parse an xml chunk using SAX.
Declaration:
    native function parseChunk( string chunk )
Parameters:
    Parameter #1: string the - XML string to parse

Automatically generated at 8:45pm, Wednesday 08 January 2003 by feritedoc.