Uses of Package
org.htmlunit.cyberneko.xerces.dom
Packages that use org.htmlunit.cyberneko.xerces.dom
Package
Description
-
Classes in org.htmlunit.cyberneko.xerces.dom used by org.htmlunit.cyberneko.html.domClassDescriptionChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.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()The Document interface represents the entire HTML or XML document.The DOMImplementation class is description of a particular implementation of the Document Object Model.Elements represent most of the "markup" and structure of the document.NodeImpl provides the basic structure of a DOM tree.ParentNode inherits from ChildNode and adds the capability of having child nodes.
-
Classes in org.htmlunit.cyberneko.xerces.dom used by org.htmlunit.cyberneko.parsers
-
Classes in org.htmlunit.cyberneko.xerces.dom used by org.htmlunit.cyberneko.xerces.domClassDescriptionAttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.Attribute represents an XML-style attribute of an Element.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.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 represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).The DOMImplementation class is description of a particular implementation of the Document Object Model.Elements represent most of the "markup" and structure of the document.NamedNodeMaps represent collections of Nodes that can be accessed by name.NodeImpl provides the basic structure of a DOM tree.This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to improve performance of the NodeList accessors, getLength() and item(i).ParentNode inherits from ChildNode and adds the capability of having child nodes.Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
-
Classes in org.htmlunit.cyberneko.xerces.dom used by org.htmlunit.cyberneko.xerces.parsersClassDescriptionThe Document interface represents the entire HTML or XML document.The Document interface represents the entire HTML or XML document.Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.