Class
XML::DOM::CharacterData
In:
lib/xml/dom/core.rb
lib/xml/dom2/characterdata.rb
Parent:
Node
Methods
appendData
appendData
cloneNode
cloneNode
data
data
data=
data=
deleteData
deleteData
insertData
insertData
length
length
new
new
nodeValue
nodeValue
nodeValue=
nodeValue=
replaceData
replaceData
substringData
substringData
Public Class methods
new
(text = nil)
new
(text)
text: String
new
(text = nil)
new
(text)
text: String
Public Instance methods
appendData
(str)
[
DOM
]
appendData
(str)
[
DOM
]
cloneNode
(deep = true)
[
DOM
]
cloneNode
(deep = true)
[
DOM
]
data
()
[
DOM
]
data
()
[
DOM
]
data=
(p)
[
DOM
]
data=
(p)
[
DOM
]
deleteData
(offset, count)
[
DOM
]
deleteData
(offset, count)
[
DOM
]
insertData
(offset, str)
[
DOM
]
insertData
(offset, str)
[
DOM
]
length
()
[
DOM
]
length
()
[
DOM
]
nodeValue
()
[
DOM
]
nodeValue
()
[
DOM
]
nodeValue=
(p)
[
DOM
]
nodeValue=
(p)
[
DOM
]
replaceData
(offset, count, str)
[
DOM
]
replaceData
(offset, count, str)
[
DOM
]
substringData
(start, count)
[
DOM
]
substringData
(start, count)
[
DOM
]
[Validate]