Microsoft SDK for Java

save

This method of the ElementDecl class saves the element declaration in DTD syntax to the given output stream.

Syntax

public void save(XMLOutputStream o) throws IOException;

Parameters

o The output stream to write to.

Exceptions

IOException if there is a problem writing to the output stream.

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