Package org.apache.xerces.dom


package org.apache.xerces.dom
  • Class
    Description
    Deprecated. 
    Deprecated. 
    AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
    Attribute represents an XML-style attribute of an Element.
    AttrNSImpl inherits from AttrImpl and adds namespace support.
    XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
    CharacterData is an abstract Node that can carry character data as its Value.
    ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
    Represents an XML (or HTML) comment.
    The Document interface represents the entire HTML or XML document.
    The DOMImplementation class is description of a particular implementation of the Document Object Model.
    This class implements the DOM's NodeList behavior for Element.getElementsByTagName()
    Attribute represents an XML-style attribute of an Element.
    DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.
    XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
    Represents an XML (or HTML) comment.
    The Document interface represents the entire HTML or XML document.
    This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
    This DOMImplementation class is description of a particular implementation of the Document Object Model.
    NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
    Elements represent most of the "markup" and structure of the document.
    DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl.
    Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
    EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
    An interface for deferred node object.
    Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
    Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
    Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
    DocumentFragment is a "lightweight" or "minimal" Document object.
    The Document interface represents the entire HTML or XML document.
    This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
    Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.
    DOMErrorImpl is an implementation that describes an error.
    The DOMImplementation class is description of a particular implementation of the Document Object Model.
    This class implements the DOM Level 3 Core interface DOMImplementationList.
    Supply one the right implementation, based upon requested features.
    This Class DOMInputImpl represents a single input source for an XML entity.
    DOMLocatorImpl is an implementaion that describes a location (e.g.
    Used to format DOM error messages, using the system locale.
    This class adds implementation for normalizeDocument method.
    This class represents an output destination for data.
    DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.
    Allows to retrieve XSImplementation, DOM Level 3 Core and LS implementations and PSVI implementation.
    NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
    Elements represent most of the "markup" and structure of the document.
    ElementNSImpl inherits from ElementImpl and adds namespace support.
    Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
    EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
    NamedNodeMaps represent collections of Nodes that can be accessed by name.
    NodeImpl provides the basic structure of a DOM tree.
    DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
    Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
    ParentNode inherits from ChildNode and adds the capability of having child nodes.
    Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
    Attribute namespace implementation; stores PSVI attribute items.
    Our own document implementation, which knows how to create an element with PSVI information.
    The DOMImplementation class is description of a particular implementation of the Document Object Model.
    Element namespace implementation; stores PSVI element items.
    The RangeImpl class implements the org.w3c.dom.range.Range interface.
    Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
    This class implements the TreeWalker interface.