| Class | XML::DOM::DocumentFragment |
| In: |
lib/xml/dom/core.rb
lib/xml/dom2/documentfragment.rb |
| Parent: | Node |
DocumentFragment should not have the parent node.
def parentNode=(p)
@children.each do |child|
child.parentNode = p
end if @children
end