Package org.apache.batik.dom

Provides an implementation of the DOM level 2 core module.

See:
          Description

Interface Summary
ExtendedNode This interface provides an access to the non DOM methods implemented by all the nodes in this implementation.
StyleSheetFactory This interface represents a StyleSheet factory.
 

Class Summary
AbstractAttr This class implements the Attr interface.
AbstractAttrNS This class implements the Attr interface with support for namespaces.
AbstractCharacterData This class implements the CharacterData interface.
AbstractChildNode This class implements the Node interface with support for parent and siblings.
AbstractComment This class implements the Comment interface.
AbstractDocument This class implements the Document interface.
AbstractDocumentFragment This class implements DocumentFragment interface.
AbstractDOMImplementation This class implements the DOMImplementation, DOMImplementationCSS interfaces.
AbstractElement This class implements the Element interface.
AbstractElement.Entry To manage collisions in the attributes map.
AbstractElementNS This class implements the Element interface.
AbstractEntity This class implements the Entity interface.
AbstractEntityReference This class implements the EntityReference interface.
AbstractNode This class implements the Node interface.
AbstractNotation This class implements the Notation interface.
AbstractParentChildNode This class implements the Node interface with support for children, parent and siblings.
AbstractParentNode This class implements the Node interface with support for children.
AbstractProcessingInstruction This class implements the ProcessingInstruction interface.
AbstractText This class implements the Text interface.
AttrWrapper This class implements a wrapper for an Attr.
CDATASectionWrapper This class implements a wrapper for a CDATASection.
CharacterDataWrapper This class implements a wrapper for a CharacterData.
CommentWrapper This class implements a wrapper for a Comment.
DocumentFragmentWrapper This class implements a wrapper for a DocumentFragment.
DocumentWrapper This class implements a wrapper for a Document.
DOMImplementationWrapper This class implements a wrapper for a DOMImplementation.
ElementWrapper This class implements a wrapper for an Element.
EntityReferenceWrapper This class implements a wrapper for a EntityReference.
GenericAttr This class implements the Attr interface.
GenericAttrNS This class implements the Attr interface with support for namespaces.
GenericCDATASection This class implements the CDATASection interface.
GenericComment This class implements the Comment interface.
GenericDocument This class implements the Document, DocumentEvent.
GenericDocumentFragment This class implements DocumentFragment interface.
GenericDOMImplementation This class implements the DOMImplementation.
GenericElement This class implements the Element interface.
GenericElementNS This class implements the Element interface.
GenericEntity This class implements the Entity interface.
GenericEntityReference This class implements the EntityReference interface.
GenericNotation This class implements the Notation interface.
GenericProcessingInstruction This class implements the ProcessingInstruction interface.
GenericText This class provides a generic implementation of the Text interface.
NamedNodeMapWrapper This class implements a wrapper for a NamedNodeMap.
NodeListWrapper This class implements a wrapper for a NodeListWrapper.
NodeWrapper This class implements a wrapper for a Document.
ProcessingInstructionWrapper This class implements a wrapper for a ProcessingInstruction.
StyleSheetProcessingInstruction This class provides an implementation of the 'xml-stylesheet' processing instructions.
TextWrapper This class implements a wrapper for a Text.
 

Package org.apache.batik.dom Description

Provides an implementation of the DOM level 2 core module.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.