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 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.Fields in org.htmlunit.cyberneko.xerces.dom declared as ParentNode Modifier and Type Field Description (package private) ParentNode
NodeListCache. fOwner
Owner of this cacheMethods in org.htmlunit.cyberneko.xerces.dom with parameters of type ParentNode Modifier and Type Method Description (package private) NodeListCache
CoreDocumentImpl. 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)
-