Microsoft SDK for Java

parseXML

This method of the XMLDSO class reads a string of XML data and processes it.

Syntax

public Document parseXML(String xml);

Return Value

Returns the processed string.

Parameters

xml The XML string.

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