This method of the XMLOutputStream class writes out the fully qualified name, using the appropriate short name syntax.
public void writeQualifiedName(Name n, Atom ns) throws IOException;
n | The Name being written. |
ns | The namespace that defines the context that the name was defined in. |
IOException if there was an error writing to the stream.