ParentNode class

Implemented types
Implementers
Available Extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ParentNode({num? childElementCount, HTMLCollection? children, Element? firstElementChild, Element? lastElementChild, void append([Iterable?])?, void prepend([Iterable?])?, void replaceChildren([Iterable?])?, String? baseURI, NodeListOf<ChildNode>? childNodes, ChildNode? firstChild, bool? isConnected, ChildNode? lastChild, ChildNode? nextSibling, String? nodeName, num? nodeType, String? nodeValue, Document? ownerDocument, HTMLElement? parentElement, ParentNode? parentNode, ChildNode? previousSibling, String? textContent, num? elementNode, num? attributeNode, num? textNode, num? cdataSectionNode, num? entityReferenceNode, num? entityNode, num? processingInstructionNode, num? commentNode, num? documentNode, num? documentTypeNode, num? documentFragmentNode, num? notationNode, num? documentPositionDisconnected, num? documentPositionPreceding, num? documentPositionFollowing, num? documentPositionContains, num? documentPositionContainedBy, num? documentPositionImplementationSpecific, T appendChild<T extends Node>(T)?, Node cloneNode([bool?])?, num compareDocumentPosition(Node)?, bool contains([Node?])?, Node getRootNode([GetRootNodeOptions?])?, bool hasChildNodes()?, T insertBefore<T extends Node>(T, [Node?])?, bool isDefaultNamespace([String?])?, bool isEqualNode([Node?])?, bool isSameNode([Node?])?, String? lookupNamespaceURI([String?])?, String? lookupPrefix([String?])?, void normalize()?, T removeChild<T extends Node>(T)?, T replaceChild<T extends Node>(Node, T)?})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited