|
About com.ms.xml.util
This package provides base classes for Microsoft XML object technology, including input and output stream objects specifically designed for XML.
- Class Attribute
- This class encapsulates an XML Name and value pair.
- Class Attributes
- This class encapsulates a list of Attribute objects.
- Class EnumWrapper
- This class is a simple implementation of the Enumeration interface.
- Class Name
- This class represents a general-purpose Name object, and is used for efficient sharing of duplicate strings in the system.
- Class QualifiedName
- This class represents a QualifiedName object, and is used for efficient sharing of duplicate strings in the system.
- Class ReadOnlyAttributes
- This class encapsulates a read-only list of Attribute objects.
- Class XMLInputStream
- This class is an input stream reader, specifically designed to handle different encoding formats as well as liitle endian files.
- Class XMLOutputStream
- This class is an output stream writer specifically designed for XML, including XML encoding as well as little endian files, XML namespaces, and white-space handling.
Object
|
+--ReadOnlyAttributes
| |
| +--Attributes
|
+--EnumWrapper (Enumeration)
|
+--Name
| |
| +--QualifiedName
|
+--Attribute
OutputStream
|
+--XMLOutputStream
InputStream
|
+--XMLInputStream
|