Package net.sourceforge.jeuclid.dom

Contains a subset of the DOM implementation, as needed by JEuclid.

See:
          Description

Interface Summary
ChangeTrackingInterface Interface for nodes which are capable of tracking changes.
 

Class Summary
AbstractChangeTrackingElement generic implementation of Element that tries to track if a change has happened.
AbstractPartialDocumentImpl Partial implementation of org.w3c.dom.Document.
AbstractPartialElementImpl Partial implementation of org.w3c.dom.Node.
AbstractPartialElementImpl.AttributeNodeMap Partial Implementation for an NodeMap describing Attributes.
AbstractPartialElementImpl.AttrImpl Partial implementation of Attr.
AbstractPartialNodeImpl Partial implementation of org.w3c.dom.Node This implements only the functions necessary for MathElements.
AbstractPartialNodeImpl.NodeList  
PartialTextImpl Partial implementation of org.w3c.dom.Text.
 

Package net.sourceforge.jeuclid.dom Description

Contains a subset of the DOM implementation, as needed by JEuclid.

There where two options for the internal DOM model:

As most existing implementations add to the complexity and increase the size a lot, the second choice was made

This has the disadvantage that not all standard DOM features are implemented. If you find something that you really need, please submit a patch for its implementation.



Copyright © 2002-2008 The JEuclid project. All Rights Reserved.