CDataSection class

Inheritance
Annotations
  • @DocsEditable()
  • @DomName('CDATASection')
  • @deprecated
  • @Native("CDATASection")

Properties

assignedSlot SlotElement
@DocsEditable(), @DomName('Text.assignedSlot'), @Experimental(), final, inherited
baseUri String
@DocsEditable(), @DomName('Node.baseURI'), @JSName('baseURI'), final, inherited
childNodes List<Node>
A list of this node's children. [...]
@Creates('NodeList'), @DocsEditable(), @DomName('Node.childNodes'), @Returns('NodeList'), final, inherited
data String
@DocsEditable(), @DomName('CharacterData.data'), read / write, inherited
firstChild Node
The first child of this node. [...]
@DocsEditable(), @DomName('Node.firstChild'), final, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
isConnected bool
@DocsEditable(), @DomName('Node.isConnected'), @Experimental(), final, inherited
lastChild Node
The last child of this node. [...]
@DocsEditable(), @DomName('Node.lastChild'), final, inherited
length int
@DocsEditable(), @DomName('CharacterData.length'), final, inherited
nextElementSibling Element
@DocsEditable(), @DomName('CharacterData.nextElementSibling'), final, inherited
nextNode Node
The next sibling node. [...]
@DocsEditable(), @DomName('Node.nextSibling'), @JSName('nextSibling'), final, inherited
nodeName String
The name of this node. [...]
@DocsEditable(), @DomName('Node.nodeName'), final, inherited
nodes List<Node>
A modifiable list of this node's children.
read / write, inherited
nodeType int
The type of node. [...]
@DocsEditable(), @DomName('Node.nodeType'), final, inherited
nodeValue String
The value of this node. [...]
@DocsEditable(), @DomName('Node.nodeValue'), final, 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
ownerDocument Document
The document this node belongs to. [...]
@DocsEditable(), @DomName('Node.ownerDocument'), final, inherited
parent Element
The parent element of this node. [...]
@DocsEditable(), @DomName('Node.parentElement'), @JSName('parentElement'), final, inherited
parentNode Node
The parent node of this node. [...]
@DocsEditable(), @DomName('Node.parentNode'), final, inherited
previousElementSibling Element
@DocsEditable(), @DomName('CharacterData.previousElementSibling'), final, inherited
previousNode Node
The previous sibling node. [...]
@DocsEditable(), @DomName('Node.previousSibling'), @JSName('previousSibling'), final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
text String
All text within this node and its descendents. [...]
@DocsEditable(), @DomName('Node.textContent'), @JSName('textContent'), read / write, inherited
wholeText String
@DocsEditable(), @DomName('Text.wholeText'), final, inherited

Methods

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

Operators

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