getDocument

Returns the XML document as a DOM tree.

NDS Version:8.5

Syntax

C++

 #include "NativeInterface.h"
 
 Document * METHOD_CALL getDocument (
    void);
 

Java

 public Document getDocument ()
 

Remarks

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