XML_ParseΒΆ

XML_Parse parses a complete or a part of a document.

bool = XML_Parse(hParser, ssBuffer)
bool = XML_Parse(hParser, ssBuffer, bFinal)

Return Value

bool.

Parameters

hParser

hParser is the handle of a parser.

ssBuffer

ssBuffer is a string with the complete or part of the document.

bFinal

bFinal.

id-1938388