FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Common::Xml::XmlReader::Parse ( OSGeo::FDO::Common::Xml::IXmlSaxHandler saxHandler  ) 

Parses the XML document.

Parameters:
saxHandler Input SAX Handler to receive the SaxHandler events. This object is pushed onto the SAX Handler stack when parse() starts and popped when parse() is finished. If NULL then no handler is pushed, meaning that the current top SAX Handler receives the events. If saxHander is NULL and there is on current top SAX Handler then this function does a parse and reports syntax errors, but does no semantic processing.
Returns:
Returns true if the end of the document has not yet been reached


Comments or suggestions? Send us feedback.