getDocumentSAX
Returns a SAX parser interface through which the caller can get a series of events describing the document.
#include "NativeInterface.h"
Parser * METHOD_CALL getDocumentSAX (
void);
public Parser getDocumentSAX ()
The caller must also call the getDocumentInputSource method to get the InputSource to use with the parser's parse method.