method
size
size()
public
Hide source
# File lib/rexml/light/node.rb, line 35 def size if PARENTS.include? @node[0] @node[-1].size else 0 end end