Class: QuickPath (REXML)

Overview
Module Structure
Class Hierarchy
Constants
QuickPath::EMPTY_HASH
Class Methods
QuickPath.first
QuickPath.each
QuickPath.match
QuickPath.filter
QuickPath.axe / 3
QuickPath.predicate / 2
QuickPath.attribute / 1
QuickPath.name
QuickPath.method_missing / 2
QuickPath.function / 3
QuickPath.parse_args / 2
is a submodule of
module: REXML   
includes
  Functions ( REXML )
  XMLTokens ( REXML )
inherits from
  Object ( Builtin-Module )
has properties
constant: EMPTY_HASH   
class method: first   
class method: each   
class method: match   
class method: filter   
class method: axe / 3   
class method: predicate / 2   
class method: attribute / 1   
class method: name   
class method: method_missing / 2   
class method: function / 3   
class method: parse_args / 2   
is defined at
#5 in rexml/quickpath.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: REXML
module: Functions     
class: QuickPath     
module: XMLTokens     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
QuickPath ( REXML )
includes
  Functions ( REXML )
  XMLTokens ( REXML )
has properties
constant: EMPTY_HASH   
class method: first   
class method: each   
class method: match   
class method: filter   
class method: axe / 3   
class method: predicate / 2   
class method: attribute / 1   
class method: name   
class method: method_missing / 2   
class method: function / 3   
class method: parse_args / 2   

Constants

QuickPath::EMPTY_HASH

#9 in rexml/quickpath.rb

EMPTY_HASH = {}   

Class Methods

QuickPath.first

#11 in rexml/quickpath.rb

first

QuickPath.each

#15 in rexml/quickpath.rb

each

QuickPath.match

#20 in rexml/quickpath.rb

match

QuickPath.filter

#48 in rexml/quickpath.rb

filter

QuickPath.axe / 3

#106 in rexml/quickpath.rb

axe ( elements ,
  axe_name ,
  rest )

QuickPath.predicate / 2

#160 in rexml/quickpath.rb

predicate ( elements ,
  path )

QuickPath.attribute / 1

#206 in rexml/quickpath.rb

attribute ( name )

QuickPath.name

#210 in rexml/quickpath.rb

name

QuickPath.method_missing / 2

#214 in rexml/quickpath.rb

method_missing ( id ,
  *args )

QuickPath.function / 3

#222 in rexml/quickpath.rb

function ( elements ,
  fname ,
  rest )

QuickPath.parse_args / 2

#240 in rexml/quickpath.rb

parse_args ( element ,
  string )