Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.xml.parser   Previous This
Package
Next

 


Class Notation

public class Notation extends ElementImpl
{
  // Methods
  public void save(XMLOutputStream o) throws IOException;
}

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
o The output stream.

Exceptions:

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

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.