The Notation class of the com.ms.xml.parser package implements an entity object representing an XML notation.
public class Notation extends ElementImpl { // Methods public void save(XMLOutputStream o) throws IOException; public Element toSchema(); }
ElementImpl | +--Notation