Package com.ms.xml.util

About com.ms.xml.util

Overview

Classes

Atom
This is a general purpose object to allow efficient sharing of duplicate strings in the system.
Attribute
This class encapsulates an attribute name and value pair.
Attributes
A class that encapsulates a list of attribute/value pairs.
EnumWrapper
Name
This is a general purpose name object to allow efficient sharing of duplicate names in the system.
NameSpaceContext
Queue
ReadOnlyAttributes
Attributes wrapper class which provides read only access.
StringHashtable
This simple hashtable uses strings as the keys.
StringInputStream
XMLInputStream
A Reader specifically for dealing with different encoding formats as well as liitleendian files.
XMLOutputStream
A writer specifically designed for dealing with XML, incluing XML encoding as well as liitleendian files, and XML namespaces and white space handling.

Interfaces

XMLStreamReader

Hierarchy

>Object
  |
  +--Atom
  |
  +--Attribute
  |
  +--EnumWrapper (Enumeration)
  |
  +--Name
  |
  +--NameSpaceContext
  |
  +--ReadOnlyAttributes
  |
  +--StringHashtable

ReadOnlyAttributes
  |
  +--Attributes

>Vector
  |
  +--Queue

>InputStream
  |
  +--StringInputStream
  |
  +--XMLInputStream

>OutputStream
  |
  +--XMLOutputStream

XMLStreamReader