class saxparser
Implements a saxparser.
class attributes
[
NB. Highlighted attributes are static members
]
saxparser()
- Constructor
parseFile()
- Parse an xmlfile using SAX.
parseChunk()
- Parse an xml chunk using SAX.
Functions
function
saxparser
Constructor
Declaration:
native function saxparser()
function
parseFile
Parse an xmlfile using SAX.
Declaration:
native function parseFile( string filename )
Parameters:
Parameter #1: string
filename
- the XML to parse
function
parseChunk
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
.