Uses of Class
org.htmlunit.cyberneko.xerces.dom.ParentNode
Packages that use ParentNode
-
Uses of ParentNode in org.htmlunit.cyberneko.html.dom
Subclasses of ParentNode in org.htmlunit.cyberneko.html.domModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassImplements an HTML document.classImplements an HTML-specific element, anElementthat will only appear inside HTML documents.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ParentNode in org.htmlunit.cyberneko.xerces.dom
Subclasses of ParentNode in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclassThe Document interface represents the entire HTML or XML document.classDocumentFragment is a "lightweight" or "minimal" Document object.classThe Document interface represents the entire HTML or XML document.classThis class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).classElements represent most of the "markup" and structure of the document.classElementNSImpl inherits from ElementImpl and adds namespace support.classEntity nodes hold the reference data for an XML Entity -- either parsed or unparsed.classEntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.Fields in org.htmlunit.cyberneko.xerces.dom declared as ParentNodeModifier and TypeFieldDescription(package private) ParentNodeNodeListCache.fOwnerOwner of this cacheMethods in org.htmlunit.cyberneko.xerces.dom with parameters of type ParentNodeModifier and TypeMethodDescription(package private) NodeListCacheCoreDocumentImpl.getNodeListCache(ParentNode owner) Returns a NodeListCache for the given node.Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type ParentNode