getDocumentInputSource

Returns a SAX input source object to use with the parser returned from the getDocmentSAX method.

NDS Version:8.5

Syntax

C++

 #include "NativeInterface.h"
 
 InputSource * METHOD_CALL getDocumentInputSource (
    void);
 

Java

 public InputSource getDocumentInputSource ()
 

Remarks

The returned InputSource must only be used with the parser returned from the getDocumentSAX method.

The InputSource belongs to the XmlDocument object. You should not try to delete it.