Microsoft SDK for Java

setRoot

This method of the XMLDSO class sets the root of the document for this XMLDSO object. This is useful when you want to link together multiple DSOs.

Syntax

public void setRoot(Element e);

Parameters

e The Element to set as the root of the document.

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