Class: REXML::Text

Inherits:
Object
  • Object
show all
Defined in:
lib/html/rexml-nodepath.rb

Instance Method Summary collapse

Instance Method Details

#full_pathObject



39
40
41
# File 'lib/html/rexml-nodepath.rb', line 39

def full_path
  parent_path + '/text()' + " " + expanded_name
end