Class: XML::XXPath::TextNodesStep
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Step
#creator, inherited, #initialize, #reader
Constructor Details
This class inherits a constructor from XML::XXPath::Step
Class Method Details
.compile(axis, string) ⇒ Object
305 306 307 308 |
# File 'lib/xml/xxpath/steps.rb', line 305 def self.compile axis, string 'text()' == string or return nil self.new axis end |