- Inheritance
- Object
- DartHtmlDomObject
- EventTarget
- Node
- Document
- XmlDocument
- Annotations
- DocsEditable()
- DomName('XMLDocument')
- Experimental()
Static Methods
Constructors
Properties
- activeElement → Element
-
read-only, inherited
- baseUri → String
-
read-only, inherited
- blink_jsObject → JsObject
-
The underlying JS DOM object.
read / write, inherited - childNodes → List<Node>
-
A list of this node's children.…
read-only, inherited - contentType → String
-
read-only, inherited
-
read / write, inherited
- currentScript → ScriptElement
-
read-only, inherited
- documentElement → Element
-
read-only, inherited
- domain → String
-
read-only, inherited
- firstChild → Node
-
The first child of this node.…
read-only, inherited - fonts → FontFaceSet
-
read-only, inherited
- fullscreenElement → Element
-
read-only, inherited
- fullscreenEnabled → bool
-
read-only, inherited
- hashCode → int
-
read-only, inherited
-
read-only, inherited
- implementation → DomImplementation
-
read-only, inherited
- lastChild → Node
-
The last child of this node.…
read-only, inherited - nextNode → Node
-
The next sibling node.…
read-only, inherited - nodeName → String
-
The name of this node.…
read-only, inherited - nodes → List<Node>
-
A modifiable list of this node's children.
read / write, inherited - nodeType → int
-
The type of node.…
read-only, inherited - nodeValue → String
-
The value of this node.…
read-only, inherited - on → Events
-
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited - onAbort → Stream<Event>
-
Stream of
abortevents handled by thisDocument.read-only, inherited - onBeforeCopy → Stream<Event>
-
Stream of
beforecopyevents handled by thisDocument.read-only, inherited - onBeforeCut → Stream<Event>
-
Stream of
beforecutevents handled by thisDocument.read-only, inherited - onBeforePaste → Stream<Event>
-
Stream of
beforepasteevents handled by thisDocument.read-only, inherited - onBlur → Stream<Event>
-
Stream of
blurevents handled by thisDocument.read-only, inherited - onCanPlay → Stream<Event>
-
read-only, inherited
- onCanPlayThrough → Stream<Event>
-
read-only, inherited
- onChange → Stream<Event>
-
Stream of
changeevents handled by thisDocument.read-only, inherited - onClick → Stream<MouseEvent>
-
Stream of
clickevents handled by thisDocument.read-only, inherited - onContextMenu → Stream<MouseEvent>
-
Stream of
contextmenuevents handled by thisDocument.read-only, inherited - onCopy → Stream<Event>
-
Stream of
copyevents handled by thisDocument.read-only, inherited - onCut → Stream<Event>
-
Stream of
cutevents handled by thisDocument.read-only, inherited - onDoubleClick → Stream<Event>
-
Stream of
doubleclickevents handled by thisDocument.read-only, inherited - onDrag → Stream<MouseEvent>
-
Stream of
dragevents handled by thisDocument.read-only, inherited - onDragEnd → Stream<MouseEvent>
-
Stream of
dragendevents handled by thisDocument.read-only, inherited - onDragEnter → Stream<MouseEvent>
-
Stream of
dragenterevents handled by thisDocument.read-only, inherited - onDragLeave → Stream<MouseEvent>
-
Stream of
dragleaveevents handled by thisDocument.read-only, inherited - onDragOver → Stream<MouseEvent>
-
Stream of
dragoverevents handled by thisDocument.read-only, inherited - onDragStart → Stream<MouseEvent>
-
Stream of
dragstartevents handled by thisDocument.read-only, inherited - onDrop → Stream<MouseEvent>
-
Stream of
dropevents handled by thisDocument.read-only, inherited - onDurationChange → Stream<Event>
-
read-only, inherited
- onEmptied → Stream<Event>
-
read-only, inherited
- onEnded → Stream<Event>
-
read-only, inherited
- onError → Stream<Event>
-
Stream of
errorevents handled by thisDocument.read-only, inherited - onFocus → Stream<Event>
-
Stream of
focusevents handled by thisDocument.read-only, inherited - onFullscreenChange → Stream<Event>
-
Stream of
fullscreenchangeevents handled by thisDocument.read-only, inherited - onFullscreenError → Stream<Event>
-
Stream of
fullscreenerrorevents handled by thisDocument.read-only, inherited - onInput → Stream<Event>
-
Stream of
inputevents handled by thisDocument.read-only, inherited - onInvalid → Stream<Event>
-
Stream of
invalidevents handled by thisDocument.read-only, inherited - onKeyDown → Stream<KeyboardEvent>
-
Stream of
keydownevents handled by thisDocument.read-only, inherited - onKeyPress → Stream<KeyboardEvent>
-
Stream of
keypressevents handled by thisDocument.read-only, inherited - onKeyUp → Stream<KeyboardEvent>
-
Stream of
keyupevents handled by thisDocument.read-only, inherited - onLoad → Stream<Event>
-
Stream of
loadevents handled by thisDocument.read-only, inherited - onLoadedData → Stream<Event>
-
read-only, inherited
- onLoadedMetadata → Stream<Event>
-
read-only, inherited
- onMouseDown → Stream<MouseEvent>
-
Stream of
mousedownevents handled by thisDocument.read-only, inherited - onMouseEnter → Stream<MouseEvent>
-
Stream of
mouseenterevents handled by thisDocument.read-only, inherited - onMouseLeave → Stream<MouseEvent>
-
Stream of
mouseleaveevents handled by thisDocument.read-only, inherited - onMouseMove → Stream<MouseEvent>
-
Stream of
mousemoveevents handled by thisDocument.read-only, inherited - onMouseOut → Stream<MouseEvent>
-
Stream of
mouseoutevents handled by thisDocument.read-only, inherited - onMouseOver → Stream<MouseEvent>
-
Stream of
mouseoverevents handled by thisDocument.read-only, inherited - onMouseUp → Stream<MouseEvent>
-
Stream of
mouseupevents handled by thisDocument.read-only, inherited - onMouseWheel → Stream<WheelEvent>
-
Stream of
mousewheelevents handled by thisDocument.read-only, inherited - onPaste → Stream<Event>
-
Stream of
pasteevents handled by thisDocument.read-only, inherited - onPause → Stream<Event>
-
read-only, inherited
- onPlay → Stream<Event>
-
read-only, inherited
- onPlaying → Stream<Event>
-
read-only, inherited
- onPointerLockChange → Stream<Event>
-
read-only, inherited
- onPointerLockError → Stream<Event>
-
read-only, inherited
- onRateChange → Stream<Event>
-
read-only, inherited
- onReadyStateChange → Stream<Event>
-
Stream of
readystatechangeevents handled by thisDocument.read-only, inherited - onReset → Stream<Event>
-
Stream of
resetevents handled by thisDocument.read-only, inherited - onResize → Stream<Event>
-
read-only, inherited
- onScroll → Stream<Event>
-
Stream of
scrollevents handled by thisDocument.read-only, inherited - onSearch → Stream<Event>
-
Stream of
searchevents handled by thisDocument.read-only, inherited - onSecurityPolicyViolation → Stream<SecurityPolicyViolationEvent>
-
Stream of
securitypolicyviolationevents handled by thisDocument.read-only, inherited - onSeeked → Stream<Event>
-
read-only, inherited
- onSeeking → Stream<Event>
-
read-only, inherited
- onSelect → Stream<Event>
-
Stream of
selectevents handled by thisDocument.read-only, inherited - onSelectionChange → Stream<Event>
-
Stream of
selectionchangeevents handled by thisDocument.read-only, inherited - onSelectStart → Stream<Event>
-
Stream of
selectstartevents handled by thisDocument.read-only, inherited - onStalled → Stream<Event>
-
read-only, inherited
- onSubmit → Stream<Event>
-
Stream of
submitevents handled by thisDocument.read-only, inherited - onSuspend → Stream<Event>
-
read-only, inherited
- onTimeUpdate → Stream<Event>
-
read-only, inherited
- onTouchCancel → Stream<TouchEvent>
-
Stream of
touchcancelevents handled by thisDocument.read-only, inherited - onTouchEnd → Stream<TouchEvent>
-
Stream of
touchendevents handled by thisDocument.read-only, inherited - onTouchMove → Stream<TouchEvent>
-
Stream of
touchmoveevents handled by thisDocument.read-only, inherited - onTouchStart → Stream<TouchEvent>
-
Stream of
touchstartevents handled by thisDocument.read-only, inherited - onVolumeChange → Stream<Event>
-
read-only, inherited
- onWaiting → Stream<Event>
-
read-only, inherited
- ownerDocument → Document
-
The document this node belongs to.…
read-only, inherited - parent → Element
-
The parent element of this node.…
read-only, inherited - parentNode → Node
-
The parent node of this node.…
read-only, inherited - pointerLockElement → Element
-
read-only, inherited
- previousNode → Node
-
The previous sibling node.…
read-only, inherited - readyState → String
-
read-only, inherited
- rootElement → SvgSvgElement
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - supportsRegister → bool
-
Deprecated*: use
supportsRegisterElementinstead.read-only, inherited - supportsRegisterElement → bool
-
Checks if
registerElementis supported on the current platform.read-only, inherited - text → String
-
All text within this node and its decendents.…
read / write, inherited - timeline → AnimationTimeline
-
read-only, inherited
- visibilityState → String
-
read-only, inherited
- window → WindowBase
-
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
addEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
adoptNode(
Node node) → Node -
inherited
-
append(
Node newChild) → Node -
Adds a node to the end of the child nodes list of this node.…
inherited -
clone(
bool deep) → Node -
Returns a copy of this node.…
inherited -
contains(
Node other) → bool -
Returns true if this node contains the specified node.…
inherited -
createDocumentFragment(
) → DocumentFragment -
inherited
-
createElement(
String tagName, [String typeExtension]) → Element -
inherited
-
createElementNS(
String namespaceURI, String qualifiedName, [String typeExtension]) → Element -
inherited
-
createRange(
) → Range -
inherited
-
dispatchEvent(
Event event) → bool -
inherited
-
execCommand(
String command, bool userInterface, String value) → bool -
inherited
-
exitFullscreen(
) → void -
inherited
-
exitPointerLock(
) → void -
inherited
-
getElementById(
String elementId) → Element -
inherited
-
getElementsByClassName(
String classNames) → List<Node> -
inherited
-
getElementsByName(
String elementName) → List<Node> -
inherited
-
getElementsByTagName(
String localName) → List<Node> -
inherited
-
hasChildNodes(
) → bool -
Returns true if this node has any children.…
inherited -
importNode(
Node node, [bool deep]) → Node -
inherited
-
insertAllBefore(
Iterable<Node> newNodes, Node refChild) → Node -
Inserts all of the nodes into this node directly before refChild.…
inherited -
insertBefore(
Node newChild, Node refChild) → Node -
Inserts all of the nodes into this node directly before refChild.…
inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
query(
String relativeSelectors) → Element -
Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future.
inherited -
queryAll(
String relativeSelectors) → ElementList<Element> -
Alias for querySelectorAll. Note this function is deprecated because its semantics will be changing in the future.
inherited -
queryCommandEnabled(
String command) → bool -
inherited
-
queryCommandIndeterm(
String command) → bool -
inherited
-
queryCommandState(
String command) → bool -
inherited
-
queryCommandSupported(
String command) → bool -
inherited
-
queryCommandValue(
String command) → String -
inherited
-
querySelector(
String selectors) → Element -
Finds the first descendant element of this document that matches the specified group of selectors.…
inherited -
querySelectorAll(
String selectors) → ElementList<Element> -
Finds all descendant elements of this document that match the specified group of selectors.…
inherited -
remove(
) → void -
Removes this node from the DOM.
inherited -
removeEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
replaceWith(
Node otherNode) → Node -
Replaces this node with another node.
inherited -
toString(
) → String -
Print out a String representation of this Node.
inherited -
transformDocumentToTreeView(
String noStyleMessage) → void -
inherited