class REXML::Element

REXML::Element patch for better readablitiy

Public Instance Methods

each_node(path, &block) click to toggle source
# File lib/youdao-dict.rb, line 77
def each_node(path, &block); XPath.each(self, path, &block); end
first_node(path) click to toggle source
# File lib/youdao-dict.rb, line 78
def first_node(path); XPath.first(self, path); end