public class Notation extends ElementImpl { // Methods public void save(XMLOutputStream o) throws IOException; public Element toSchema(); }
This class implements an entity object representing an XML notation.
ElementImpl | +--Notation
public void save(XMLOutputStream o) throws IOException;Saves the notation to the given output stream with indenting and new lines.
Parameter Description o The output stream. Exceptions
>IOException if there is a problem writing to the output stream.
public Element toSchema();