class SAXParser

Implements a SAXParser.

Warning!

Due to the nature of libxml2, xml parsing, unlike ferite, is not currently completely thread safe. This is exhibited within the error reporting of the parsers and is currently unavoidable.

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

Functions

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

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

Automatically generated at 12:08PM, Wednesday 25 May 2005 by feritedoc.