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 classCDATASectionImplXML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.classCharacterDataImplCharacterData is an abstract Node that can carry character data as its Value.classCommentImplRepresents an XML (or HTML) comment.classCoreDocumentImplThe Document interface represents the entire HTML or XML document.classDocumentFragmentImplDocumentFragment is a "lightweight" or "minimal" Document object.classDocumentImplThe Document interface represents the entire HTML or XML document.classDocumentTypeImplThis class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).classElementImplElements represent most of the "markup" and structure of the document.classElementNSImplElementNSImpl inherits from ElementImpl and adds namespace support.classEntityImplEntity nodes hold the reference data for an XML Entity -- either parsed or unparsed.classEntityReferenceImplEntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.classParentNodeParentNode inherits from ChildNode and adds the capability of having child nodes.classProcessingInstructionImplProcessing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.classTextImplText 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) ChildNodeNodeListCache. fChildLast requested node.protected ChildNodeParentNode. firstChildFirst child.protected ChildNodeChildNode. nextSibling_Next sibling.protected ChildNodeChildNode. previousSibling_Previous sibling.Methods in org.htmlunit.cyberneko.xerces.dom that return ChildNode Modifier and Type Method Description (package private) ChildNodeAttrImpl. lastChild()(package private) ChildNodeParentNode. lastChild()(package private) ChildNodeChildNode. previousSibling()(package private) ChildNodeNodeImpl. previousSibling()Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ChildNode Modifier and Type Method Description (package private) voidAttrImpl. checkNormalizationAfterInsert(ChildNode insertedChild)Checks the normalized state of this node after inserting a child.(package private) voidParentNode. checkNormalizationAfterInsert(ChildNode insertedChild)Checks the normalized state of this node after inserting a child.(package private) voidAttrImpl. checkNormalizationAfterRemove(ChildNode previousSibling)Checks the normalized of this node after removing a child.(package private) voidParentNode. checkNormalizationAfterRemove(ChildNode previousSibling)Checks the normalized of this node after removing a child.
-