Microsoft SDK for Java

getXML

This method of the XMLDSO class retrieves the XML data as a large string for the loaded document.

Syntax

public Object getXML(int style);

Return Value

Returns a string object that contains the XML contents of the loaded document.

Parameters

style The formatting style. 0=default, 1=pretty, 2=compact.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.