28 29 30 31 32 33 34
# File 'lib/rexml/light/node.rb', line 28 def size if PARENTS.include? @node[0] @node[-1].size else 0 end end