This method of the ElementImpl class saves the element attributes in XML format.
public void saveAttributes(Atom ns, XMLOutputStream o) throws IOException;
ns | The name of the element attribute. |
o | The output stream to save to. |
IOException if an error occurs when writing to the output stream.