Uses of Class
org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Packages that use ParentNode Package Description org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.xerces.dom -
-
Uses of ParentNode in org.htmlunit.cyberneko.html.dom
-
Uses of ParentNode in org.htmlunit.cyberneko.xerces.dom
Subclasses of ParentNode in org.htmlunit.cyberneko.xerces.dom Modifier and Type Class Description 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.Fields in org.htmlunit.cyberneko.xerces.dom declared as ParentNode Modifier and Type Field Description (package private) ParentNodeNodeListCache. fOwnerOwner of this cacheMethods in org.htmlunit.cyberneko.xerces.dom with parameters of type ParentNode Modifier and Type Method Description (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 Constructor Description NodeListCache(ParentNode owner)
-