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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Implements an HTML document.class
Implements an HTML-specific element, anElement
that will only appear inside HTML documents.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ParentNode in org.htmlunit.cyberneko.xerces.dom
Subclasses of ParentNode in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclass
The Document interface represents the entire HTML or XML document.class
DocumentFragment is a "lightweight" or "minimal" Document object.class
The Document interface represents the entire HTML or XML document.class
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).class
Elements represent most of the "markup" and structure of the document.class
ElementNSImpl inherits from ElementImpl and adds namespace support.class
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.class
EntityReference 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) ParentNode
NodeListCache.fOwner
Owner of this cacheMethods in org.htmlunit.cyberneko.xerces.dom with parameters of type ParentNodeModifier and TypeMethodDescription(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