# File htree/loc.rb, line 343
  def children
    (0...@node.children.length).map {|i| get_subnode(i) }
  end