# File lib/html/rexml-nodepath.rb, line 12
    def parent_path
        parent ? parent.full_path : ''
    end