Uses of Class
org.htmlunit.cyberneko.xerces.dom.ChildNode
Packages that use ChildNode
-
Uses of ChildNode in org.htmlunit.cyberneko.html.dom
Subclasses of ChildNode in org.htmlunit.cyberneko.html.domModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Implements an HTML document.class
Implements an HTML-specific element, anElement
that will only appear inside HTML documents.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ChildNode in org.htmlunit.cyberneko.xerces.dom
Subclasses of ChildNode in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclass
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.class
CharacterData is an abstract Node that can carry character data as its Value.class
Represents an XML (or HTML) comment.class
The Document interface represents the entire HTML or XML document.class
DocumentFragment is a "lightweight" or "minimal" Document object.class
The Document interface represents the entire HTML or XML document.class
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).class
Elements represent most of the "markup" and structure of the document.class
ElementNSImpl inherits from ElementImpl and adds namespace support.class
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.class
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.class
ParentNode inherits from ChildNode and adds the capability of having child nodes.class
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.class
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.Fields in org.htmlunit.cyberneko.xerces.dom declared as ChildNodeModifier and TypeFieldDescription(package private) ChildNode
NodeListCache.fChild
Last requested node.protected ChildNode
ParentNode.firstChild
First child.protected ChildNode
ChildNode.nextSibling_
Next sibling.protected ChildNode
ChildNode.previousSibling_
Previous sibling.Methods in org.htmlunit.cyberneko.xerces.dom that return ChildNodeModifier and TypeMethodDescription(package private) final ChildNode
AttrImpl.lastChild()
(package private) final ChildNode
ParentNode.lastChild()
(package private) final ChildNode
ChildNode.previousSibling()
(package private) ChildNode
NodeImpl.previousSibling()
Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ChildNodeModifier and TypeMethodDescription(package private) void
AttrImpl.checkNormalizationAfterInsert
(ChildNode insertedChild) Checks the normalized state of this node after inserting a child.(package private) void
ParentNode.checkNormalizationAfterInsert
(ChildNode insertedChild) Checks the normalized state of this node after inserting a child.(package private) void
AttrImpl.checkNormalizationAfterRemove
(ChildNode previousSibling) Checks the normalized of this node after removing a child.(package private) void
ParentNode.checkNormalizationAfterRemove
(ChildNode previousSibling) Checks the normalized of this node after removing a child.