Microsoft SDK for Java

writeQualifiedName

This method of the XMLOutputStream class writes out the fully qualified name, using the appropriate short name syntax.

Syntax

public void writeQualifiedName(Name n, Atom ns) throws IOException;

Parameters

n The Name being written.
ns The namespace that defines the context that the name was defined in.

Exceptions

IOException if there was an error writing to the stream.

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