getDocument
Returns the XML document as a DOM tree.
#include "NativeInterface.h"
Document * METHOD_CALL getDocument (
void);
public Document getDocument ()
The returned document belongs to the XmlDocument object. You should not try to delete it.