Not documented.
- Annotations
- DocsEditable()
- DomName('XMLDocument')
- Experimental()
- Extends
- Object
- EventTarget
- Node
- Document
- XmlDocument
Properties
- Element activeElement
-
read-only, inherited
- String baseUri
-
read-only, inherited
- List<Node> childNodes
-
read-only, inheritedA list of this node's children.
- String contentType
-
read-only, inherited
-
read / write, inherited
- ScriptElement currentScript
-
read-only, inherited
- Element documentElement
-
read-only, inherited
- String domain
-
read-only, inherited
- Node firstChild
-
read-only, inheritedThe first child of this node.
- FontFaceSet fonts
-
read-only, inherited
- Element fullscreenElement
-
read-only, inherited
- bool fullscreenEnabled
-
read-only, inherited
-
read-only, inherited
- DomImplementation implementation
-
read-only, inherited
- Node lastChild
-
read-only, inheritedThe last child of this node.
- Node nextNode
-
read-only, inheritedThe next sibling node.
- String nodeName
-
read-only, inheritedThe name of this node.
- List<Node> nodes
-
read / write, inheritedA modifiable list of this node's children.
- int nodeType
-
read-only, inheritedThe type of node.
- String nodeValue
-
read-only, inheritedThe value of this node.
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- Stream<Event> onAbort
-
read-only, inheritedStream of
abort
events handled by thisDocument
. - Stream<Event> onBeforeCopy
-
read-only, inheritedStream of
beforecopy
events handled by thisDocument
. - Stream<Event> onBeforeCut
-
read-only, inheritedStream of
beforecut
events handled by thisDocument
. - Stream<Event> onBeforePaste
-
read-only, inheritedStream of
beforepaste
events handled by thisDocument
. - Stream<Event> onBlur
-
read-only, inheritedStream of
blur
events handled by thisDocument
. - Stream<Event> onCanPlay
-
read-only, inherited
- Stream<Event> onCanPlayThrough
-
read-only, inherited
- Stream<Event> onChange
-
read-only, inheritedStream of
change
events handled by thisDocument
. - Stream<MouseEvent> onClick
-
read-only, inheritedStream of
click
events handled by thisDocument
. - Stream<MouseEvent> onContextMenu
-
read-only, inheritedStream of
contextmenu
events handled by thisDocument
. - Stream<Event> onCopy
-
read-only, inheritedStream of
copy
events handled by thisDocument
. - Stream<Event> onCut
-
read-only, inheritedStream of
cut
events handled by thisDocument
. - Stream<Event> onDoubleClick
-
read-only, inheritedStream of
doubleclick
events handled by thisDocument
. - Stream<MouseEvent> onDrag
-
read-only, inheritedStream of
drag
events handled by thisDocument
. - Stream<MouseEvent> onDragEnd
-
read-only, inheritedStream of
dragend
events handled by thisDocument
. - Stream<MouseEvent> onDragEnter
-
read-only, inheritedStream of
dragenter
events handled by thisDocument
. - Stream<MouseEvent> onDragLeave
-
read-only, inheritedStream of
dragleave
events handled by thisDocument
. - Stream<MouseEvent> onDragOver
-
read-only, inheritedStream of
dragover
events handled by thisDocument
. - Stream<MouseEvent> onDragStart
-
read-only, inheritedStream of
dragstart
events handled by thisDocument
. - Stream<MouseEvent> onDrop
-
read-only, inheritedStream of
drop
events handled by thisDocument
. - Stream<Event> onDurationChange
-
read-only, inherited
- Stream<Event> onEmptied
-
read-only, inherited
- Stream<Event> onEnded
-
read-only, inherited
- Stream<Event> onError
-
read-only, inheritedStream of
error
events handled by thisDocument
. - Stream<Event> onFocus
-
read-only, inheritedStream of
focus
events handled by thisDocument
. - Stream<Event> onFullscreenChange
-
read-only, inheritedStream of
fullscreenchange
events handled by thisDocument
. - Stream<Event> onFullscreenError
-
read-only, inheritedStream of
fullscreenerror
events handled by thisDocument
. - Stream<Event> onInput
-
read-only, inheritedStream of
input
events handled by thisDocument
. - Stream<Event> onInvalid
-
read-only, inheritedStream of
invalid
events handled by thisDocument
. - Stream<KeyboardEvent> onKeyDown
-
read-only, inheritedStream of
keydown
events handled by thisDocument
. - Stream<KeyboardEvent> onKeyPress
-
read-only, inheritedStream of
keypress
events handled by thisDocument
. - Stream<KeyboardEvent> onKeyUp
-
read-only, inheritedStream of
keyup
events handled by thisDocument
. - Stream<Event> onLoad
-
read-only, inheritedStream of
load
events handled by thisDocument
. - Stream<Event> onLoadedData
-
read-only, inherited
- Stream<Event> onLoadedMetadata
-
read-only, inherited
- Stream<MouseEvent> onMouseDown
-
read-only, inheritedStream of
mousedown
events handled by thisDocument
. - Stream<MouseEvent> onMouseEnter
-
read-only, inheritedStream of
mouseenter
events handled by thisDocument
. - Stream<MouseEvent> onMouseLeave
-
read-only, inheritedStream of
mouseleave
events handled by thisDocument
. - Stream<MouseEvent> onMouseMove
-
read-only, inheritedStream of
mousemove
events handled by thisDocument
. - Stream<MouseEvent> onMouseOut
-
read-only, inheritedStream of
mouseout
events handled by thisDocument
. - Stream<MouseEvent> onMouseOver
-
read-only, inheritedStream of
mouseover
events handled by thisDocument
. - Stream<MouseEvent> onMouseUp
-
read-only, inheritedStream of
mouseup
events handled by thisDocument
. - Stream<WheelEvent> onMouseWheel
-
read-only, inheritedStream of
mousewheel
events handled by thisDocument
. - Stream<Event> onPaste
-
read-only, inheritedStream of
paste
events handled by thisDocument
. - Stream<Event> onPause
-
read-only, inherited
- Stream<Event> onPlay
-
read-only, inherited
- Stream<Event> onPlaying
-
read-only, inherited
- Stream<Event> onPointerLockChange
-
read-only, inherited
- Stream<Event> onPointerLockError
-
read-only, inherited
- Stream<Event> onRateChange
-
read-only, inherited
- Stream<Event> onReadyStateChange
-
read-only, inheritedStream of
readystatechange
events handled by thisDocument
. - Stream<Event> onReset
-
read-only, inheritedStream of
reset
events handled by thisDocument
. - Stream<Event> onResize
-
read-only, inherited
- Stream<Event> onScroll
-
read-only, inheritedStream of
scroll
events handled by thisDocument
. - Stream<Event> onSearch
-
read-only, inheritedStream of
search
events handled by thisDocument
. - Stream<SecurityPolicyViolationEvent> onSecurityPolicyViolation
-
read-only, inheritedStream of
securitypolicyviolation
events handled by thisDocument
. - Stream<Event> onSeeked
-
read-only, inherited
- Stream<Event> onSeeking
-
read-only, inherited
- Stream<Event> onSelect
-
read-only, inheritedStream of
select
events handled by thisDocument
. - Stream<Event> onSelectionChange
-
read-only, inheritedStream of
selectionchange
events handled by thisDocument
. - Stream<Event> onSelectStart
-
read-only, inheritedStream of
selectstart
events handled by thisDocument
. - Stream<Event> onStalled
-
read-only, inherited
- Stream<Event> onSubmit
-
read-only, inheritedStream of
submit
events handled by thisDocument
. - Stream<Event> onSuspend
-
read-only, inherited
- Stream<Event> onTimeUpdate
-
read-only, inherited
- Stream<TouchEvent> onTouchCancel
-
read-only, inheritedStream of
touchcancel
events handled by thisDocument
. - Stream<TouchEvent> onTouchEnd
-
read-only, inheritedStream of
touchend
events handled by thisDocument
. - Stream<TouchEvent> onTouchMove
-
read-only, inheritedStream of
touchmove
events handled by thisDocument
. - Stream<TouchEvent> onTouchStart
-
read-only, inheritedStream of
touchstart
events handled by thisDocument
. - Stream<Event> onVolumeChange
-
read-only, inherited
- Stream<Event> onWaiting
-
read-only, inherited
- Document ownerDocument
-
read-only, inheritedThe document this node belongs to.
- Element parent
-
read-only, inheritedThe parent element of this node.
- Node parentNode
-
read-only, inheritedThe parent node of this node.
- Element pointerLockElement
-
read-only, inherited
- Node previousNode
-
read-only, inheritedThe previous sibling node.
- String readyState
-
read-only, inherited
- SvgSvgElement rootElement
-
read-only, inherited
- bool supportsRegister
-
read-only, inheritedDeprecated: use
supportsRegisterElement
instead. - bool supportsRegisterElement
-
read-only, inheritedChecks if
registerElement
is supported on the current platform. - String text
-
read / write, inheritedAll text within this node and its decendents.
- AnimationTimeline timeline
-
read-only, inherited
- String visibilityState
-
read-only, inherited
- WindowBase window
-
read-only, inherited
Methods
-
addEventListener(
String type, dynamic listener(Event event), [bool useCapture]) → void -
inherited
-
adoptNode(
Node node) → Node -
inherited
-
append(
Node newChild) → Node -
inheritedAdds a node to the end of the child nodes list of this node.
-
clone(
bool deep) → Node -
inheritedReturns a copy of this node.
-
contains(
Node other) → bool -
inheritedReturns true if this node contains the specified node.
-
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 -
inheritedReturns true if this node has any children.
-
importNode(
Node node, [bool deep]) → Node -
inherited
-
insertAllBefore(
Iterable<Node> newNodes, Node refChild) → Node -
inheritedInserts all of the nodes into this node directly before refChild.
-
insertBefore(
Node newChild, Node refChild) → Node -
inheritedInserts all of the nodes into this node directly before refChild.
-
query(
String relativeSelectors) → Element -
inheritedAlias for querySelector. Note this function is deprecated because its semantics will be changing in the future.
-
queryAll(
String relativeSelectors) → ElementList<Element> -
inheritedAlias for querySelectorAll. Note this function is deprecated because its semantics will be changing in the future.
-
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 -
inheritedFinds the first descendant element of this document that matches the specified group of selectors.
-
querySelectorAll(
String selectors) → ElementList<Element> -
inheritedFinds all descendant elements of this document that match the specified group of selectors.
-
remove(
) → void -
inheritedRemoves this node from the DOM.
-
removeEventListener(
String type, dynamic listener(Event event), [bool useCapture]) → void -
inherited
-
replaceWith(
Node otherNode) → Node -
inheritedReplaces this node with another node.
-
toString(
) → String -
inheritedPrint out a String representation of this Node.
-
transformDocumentToTreeView(
String noStyleMessage) → void -
inherited