W3cubDocs

/Dart 2

ProcessingInstruction class

Inheritance
Annotations
  • @Unstable()
  • @Native("ProcessingInstruction")

Properties

sheetStyleSheet
final
targetString
final
baseUriString
@JSName('baseURI'), final, inherited
childNodesList<Node>
@Creates('NodeList'), @Returns('NodeList'), final, inherited
A list of this node's children. [...]
dataString
read / write, inherited
firstChildNode
final, inherited
The first child of this node. [...]
hashCodeint
read-only, inherited
The hash code for this object. [...]
isConnectedbool
final, inherited
lastChildNode
final, inherited
The last child of this node. [...]
lengthint
final, inherited
nextElementSiblingElement
final, inherited
nextNodeNode
@JSName('nextSibling'), final, inherited
The next sibling node. [...]
nodeNameString
final, inherited
The name of this node. [...]
nodesList<Node>
read / write, inherited
A modifiable list of this node's children.
nodeTypeint
final, inherited
The type of node. [...]
nodeValueString
final, inherited
The value of this node. [...]
onEvents
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
ownerDocumentDocument
final, inherited
The document this node belongs to. [...]
parentElement
@JSName('parentElement'), final, inherited
The parent element of this node. [...]
parentNodeNode
final, inherited
The parent node of this node. [...]
previousElementSiblingElement
final, inherited
previousNodeNode
@JSName('previousSibling'), final, inherited
The previous sibling node. [...]
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
textString
@JSName('textContent'), read / write, inherited
All text within this node and its descendents. [...]

Methods

addEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
after(Object nodes) → void
inherited
append(Node node) → Node
@JSName('appendChild'), inherited
Adds a node to the end of the child nodes list of this node. [...]
appendData(String data) → void
inherited
before(Object nodes) → void
inherited
clone(bool deep) → Node
@JSName('cloneNode'), inherited
Returns a copy of this node. [...]
contains(Node other) → bool
inherited
Returns true if this node contains the specified node. [...]
deleteData(int offset, int count) → void
inherited
dispatchEvent(Event event) → bool
inherited
getRootNode([Map options ]) → Node
inherited
hasChildNodes() → bool
inherited
Returns true if this node has any children. [...]
insertAllBefore(Iterable<Node> newNodes, Node refChild) → Node
inherited
Inserts all of the nodes into this node directly before refChild. [...]
insertBefore(Node node, Node child) → Node
inherited
Inserts all of the nodes into this node directly before refChild. [...]
insertData(int offset, String data) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
remove() → void
inherited
Removes this node from the DOM.
removeEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
replaceData(int offset, int count, String data) → void
inherited
replaceWith(Node otherNode) → Node
inherited
Replaces this node with another node.
substringData(int offset, int count) → String
inherited
toString() → String
inherited
Print out a String representation of this Node.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/ProcessingInstruction-class.html