Microsoft SDK for Java

save

This method of the DTD class saves the DTD information to the given XML output stream.

Syntax

public final void save(XMLOutputStream o) throws IOException;

Parameters

o The output stream to write to.

Exceptions

IOException if there are problems writing to the output stream.

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