Uses of Class
org.htmlunit.cyberneko.xerces.dom.ChildNode
-
Packages that use ChildNode Package Description org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.xerces.dom -
-
Uses of ChildNode in org.htmlunit.cyberneko.html.dom
-
Uses of ChildNode in org.htmlunit.cyberneko.xerces.dom
Subclasses of ChildNode in org.htmlunit.cyberneko.xerces.dom Modifier and Type Class Description class
CDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.class
CharacterDataImpl
CharacterData is an abstract Node that can carry character data as its Value.class
CommentImpl
Represents an XML (or HTML) comment.class
CoreDocumentImpl
The Document interface represents the entire HTML or XML document.class
DocumentFragmentImpl
DocumentFragment is a "lightweight" or "minimal" Document object.class
DocumentImpl
The Document interface represents the entire HTML or XML document.class
DocumentTypeImpl
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).class
ElementImpl
Elements represent most of the "markup" and structure of the document.class
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.class
EntityImpl
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.class
EntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.class
ParentNode
ParentNode inherits from ChildNode and adds the capability of having child nodes.class
ProcessingInstructionImpl
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.class
TextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.Fields in org.htmlunit.cyberneko.xerces.dom declared as ChildNode Modifier and Type Field Description (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 ChildNode Modifier and Type Method Description (package private) ChildNode
AttrImpl. lastChild()
(package private) ChildNode
ParentNode. lastChild()
(package private) ChildNode
ChildNode. previousSibling()
(package private) ChildNode
NodeImpl. previousSibling()
Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ChildNode Modifier and Type Method Description (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.
-