Provides an implementation of the DOM level 2 core module.
See: Description
Interface Summary | |
---|---|
DomExtension | This is a Service interface for classes that want to extend the functionality of the AbstractDocument, to support new tags in the DOM tree. |
ExtendedNode | This interface provides an access to the non DOM methods implemented by all the nodes in this implementation. |
ExtensibleDOMImplementation.ElementFactory | This interface represents a factory for elements. |
StyleSheetFactory | This interface represents a StyleSheet factory. |
Class Summary | |
---|---|
AbstractAttr | This class implements the {@link org.w3c.dom.Attr} interface. |
AbstractAttrNS | This class implements the {@link org.w3c.dom.Attr} interface with support for namespaces. |
AbstractAttr.AttrTypeInfo | Inner class to hold type information about this attribute. |
AbstractCharacterData | This class implements the {@link org.w3c.dom.CharacterData} interface. |
AbstractChildNode | This class implements the {@link org.w3c.dom.Node} interface with support for parent and siblings. |
AbstractComment | This class implements the {@link org.w3c.dom.Comment} interface. |
AbstractDocument | This class implements the {@link org.w3c.dom.Document} interface. |
AbstractDocumentFragment | This class implements {@link org.w3c.dom.DocumentFragment} interface. |
AbstractDocument.DocumentConfiguration | DOMConfiguration for this document. |
AbstractDocument.DocumentConfiguration.ParameterNameList | Class to expose the parameter names. |
AbstractDocument.DocumentError | DOMError implementation. |
AbstractDocument.DocumentError.ErrorLocation | The DOMLocator implementation. |
AbstractDocument.IdSoftRef | |
AbstractDocument.XPathExpr | A compiled XPath expression. |
AbstractDocument.XPathExpr.NSPrefixResolver | Xalan prefix resolver. |
AbstractDocument.XPathExpr.Result | XPathResult implementation. |
AbstractDocument.XPathNodeNSResolver | An XPathNSResolver that uses Node.lookupNamespaceURI. |
AbstractDOMImplementation | This class implements the {@link org.w3c.dom.DOMImplementation}, {@link org.w3c.dom.css.DOMImplementationCSS} interfaces. |
AbstractElement | This class implements the {@link org.w3c.dom.Element} interface. |
AbstractElementNS | This class implements the {@link org.w3c.dom.Element} interface. |
AbstractElement.ElementTypeInfo | Inner class to hold type information about this element. |
AbstractElement.Entry | To manage collisions in the attributes map. |
AbstractElement.NamedNodeHashMap | An implementation of the {@link org.w3c.dom.NamedNodeMap}. |
AbstractEntity | This class implements the {@link org.w3c.dom.Entity} interface. |
AbstractEntityReference | This class implements the {@link org.w3c.dom.EntityReference} interface. |
AbstractNode | This class implements the {@link org.w3c.dom.Node} interface. |
AbstractNotation | This class implements the {@link org.w3c.dom.Notation} interface. |
AbstractParentChildNode | This class implements the {@link org.w3c.dom.Node} interface with support for children, parent and siblings. |
AbstractParentNode | This class implements the Node interface with support for children. |
AbstractParentNode.ChildNodes | To manage the children of this node. |
AbstractParentNode.ElementsByTagName | To manage a list of nodes. |
AbstractParentNode.ElementsByTagNameNS | To manage a list of nodes. |
AbstractProcessingInstruction | This class implements the {@link org.w3c.dom.ProcessingInstruction} interface. |
AbstractStylableDocument | A Document that supports CSS styling. |
AbstractText | This class implements the {@link org.w3c.dom.Text} interface. |
ExtensibleDOMImplementation | This class implements the {@link org.w3c.dom.DOMImplementation} interface. |
GenericAttr | This class implements the {@link org.w3c.dom.Attr} interface. |
GenericAttrNS | This class implements the {@link org.w3c.dom.Attr} interface with support for namespaces. |
GenericCDATASection | This class implements the {@link org.w3c.dom.CDATASection} interface. |
GenericComment | This class implements the {@link org.w3c.dom.Comment} interface. |
GenericDocument | This class implements the {@link org.w3c.dom.Document}, {@link org.w3c.dom.events.DocumentEvent}. |
GenericDocumentFragment | This class implements {@link org.w3c.dom.DocumentFragment} interface. |
GenericDocumentType | This class implements the {@link org.w3c.dom.DocumentType} interface. |
GenericDOMImplementation | This class implements the {@link org.w3c.dom.DOMImplementation}. |
GenericElement | This class implements the {@link org.w3c.dom.Element} interface. |
GenericElementNS | This class implements the {@link org.w3c.dom.Element} interface. |
GenericEntity | This class implements the {@link org.w3c.dom.Entity} interface. |
GenericEntityReference | This class implements the {@link org.w3c.dom.EntityReference} interface. |
GenericNotation | This class implements the {@link org.w3c.dom.Notation} interface. |
GenericProcessingInstruction | This class implements the {@link org.w3c.dom.ProcessingInstruction} interface. |
GenericText | This class provides a generic implementation of the {@link org.w3c.dom.Text} interface. |
StyleSheetProcessingInstruction | This class provides an implementation of the 'xml-stylesheet' processing instructions. |