About com.ms.xml.om
The com.ms.xml.om package provides classes that implement the Microsoft XML Object Model in Java. These classes provide a way of loading XML documents, manipulating the resulting XML tree, and then writing the modified XML back out, thereby enabling applications based on XML.
- Class Document
 
- This class implements an XML document, which can be thought of as the root of a tree.
- Class DocumentBeanInfo
 
- This class provides specialized JavaBeans support for the Document class to resolve which overloaded functions are accessible through scripting.
- Class ElementCollection
 
- This class provides a collection interface to elements similar to the element collections found in the Internet Explorer 4.0 Dynamic HTML object model.
- Class ElementEnumeration
 
- This class is a simple Enumeration for iterating over the immediate children of a given node in the XML tree.
- Class ElementFactoryImpl
 
- This class represents the default implementation for the element factory.
- Class ElementImpl
 
- This class represents the default implementation of the Element interface.
- Class ElementImplBeanInfo
 
- This class provides specialized JavaBeans support for the ElementImpl class to resolve which overloaded functions are accessible through scripting.
- Interface Element
 
- This interface implements an Element object.
- Interface ElementFactory
 
- This interface specifies a method to create elements for an XML element tree.
Object
  |
  +--ElementImpl (Element)
  |  |
  |  +--Document (ElementFactory)
  |
  +--ElementCollection
  |
  +--ElementEnumeration (Enumeration)
  |
  +--ElementFactoryImpl (ElementFactory)
SimpleBeanInfo
  |
  +--DocumentBeanInfo
  |
  +--ElementImplBeanInfo
Element
ElementFactory