getDocumentSAX

Returns a SAX parser interface through which the caller can get a series of events describing the document.

NDS Version:8.5

Syntax

C++

 #include "NativeInterface.h"
 
 Parser * METHOD_CALL getDocumentSAX (
    void);
 

Java

 public Parser getDocumentSAX ()
 

Remarks

The caller must also call the getDocumentInputSource method to get the InputSource to use with the parser's parse method.