The com.ms.xml.om package contains the following classes:
Document class implements an XML document, which can be thought of as the root of a tree.
DocumentBeanInfo class provides specialized JavaBeans support for the Document class to resolve which overloaded functions are accessible through scripting.
ElementCollection class provides an element collection interface similar to that in the Internet Explorer 4.0 Dynamic HTML object model.
ElementDeclEnumeration class is a simple enumeration for iterating over element declarations.
ElementEnumeration class is a simple Enumeration for iterating over the immediate children of a given node in the XML tree.
ElementFactoryImpl class represents the default implementation for the element factory.
ElementImpl class represents the default implementation of the Element interface.
ElementImplBeanInfo class provides specialized JavaBeans support for the ElementImpl class to resolve which overloaded functions are accessible through scripting.