This method of the ElementDecl class saves the element declaration in DTD syntax to the given output stream.
public void save(XMLOutputStream o) throws IOException;
o | The output stream to write to. |
IOException if there is a problem writing to the output stream.