[Source]
# File rexml/xpath_parser.rb, line 18 def dclone klone = self.clone klone.clear self.each{|v| klone << v.dclone} klone end
[Validate]