Package com.ms.xml.om

About com.ms.xml.om

Overview

Classes

Document
This class implements an XML document, which can be thought of as the root of a tree.
DocumentBeanInfo
This class provides specialized JavaBeans support for the Document class to resolve which overloaded functions are accessible through scripting.
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.
ElementDeclEnumeration
A simple Enumeration for iterating over ElementDecls
ElementEnumeration
This class is a simple Enumeration for iterating over the immediate children of a given node in the XML tree.
ElementFactoryImpl
This class represents the default implementation for the element factory.
ElementImpl
This class represents the default implementation of the Element interface.
ElementImplBeanInfo
This class provides specialized JavaBeans support for the ElementImpl class to resolve which overloaded functions are accessible through scripting.
SiblingEnumeration
An Enumeration for iterating over the siblings of a given node in the XML tree
TreeEnumeration
An Enumeration for iterating over the entire subtree of a given node in the XML tree, DFS or BFS

Interfaces

Element
This interface implements an Element object.
ElementFactory
This interface specifies a method to create elements for an XML element tree.

Hierarchy

>Object
  |
  +--ElementCollection
  |
  +--ElementDeclEnumeration (Enumeration)
  |
  +--ElementEnumeration (Enumeration)
  |
  +--ElementFactoryImpl (ElementFactory)
  |
  +--ElementImpl (Element)
  |
  +--SiblingEnumeration (Enumeration)
  |
  +--TreeEnumeration (Enumeration)

ElementImpl
  |
  +--Document (ElementFactory)

>SimpleBeanInfo
  |
  +--DocumentBeanInfo
  |
  +--ElementImplBeanInfo

Element
ElementFactory