Class Notation

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

Methods

save 

public void save(XMLOutputStream o) throws IOException;

Saves the notation to the given output stream with indenting and new lines.

ParameterDescription
oThe output stream.

Exceptions

>IOException if there is a problem writing to the output stream.

toSchema 

public Element toSchema();