Uses of Package
gnu.xml.dom

Packages that use gnu.xml.dom
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
 

Classes in gnu.xml.dom used by gnu.xml.dom
DomCharacterData
           Abstract "CharacterData" implementation.
DomEvent
          "Event" implementation.
DomExtern
           Abstract implemention of nodes describing external DTD-related objects.
DomNode
           "Node", "EventTarget", and "DocumentEvent" implementation.
DomNsNode
           Abstract implemention of namespace support.
DomText
           "Text" implementation.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2008-04-13.