Microsoft SDK for Java

Notation Class

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();
}

Hierarchy

ElementImpl 
  |
  +--Notation

© 1999 Microsoft Corporation. All rights reserved. Terms of use.