Microsoft SDK for Java

writeNode

This method of the PermissionTreeOutput Class creates a node with the specified string as the name for a new node in the display tree.

Syntax

public void writeNode(String s, int level) throws IOException;

Parameters

s The name of the node.
level The depth of the tree at which to place the node.

Exceptions

IOException if an error occurs while writing to the output stream.

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