Dart
dart:html
CharacterData
substringData method
substringData
Dart
dart:html
CharacterData
substringData method
CharacterData class
Properties
data
length
nextElementSibling
previousElementSibling
baseUri
childNodes
firstChild
hashCode
isConnected
lastChild
nextNode
nodeName
nodes
nodeType
nodeValue
on
ownerDocument
parent
parentNode
previousNode
runtimeType
text
Methods
after
appendData
before
deleteData
insertData
replaceData
substringData
addEventListener
append
clone
contains
dispatchEvent
getRootNode
hasChildNodes
insertAllBefore
insertBefore
noSuchMethod
remove
removeEventListener
replaceWith
toString
Operators
operator ==
substringData method
String
substringData
(
int
offset
,
int
count
)
Implementation
String substringData(int offset, int count) native;