# File lib/xml/dom/core.rb, line 2414
def
cloneNode
(
deep
=
true
)
super
(
deep
,
@value
.
dup
)
end