Module
XPath
In:
lib/xpath.rb
lib/xpath/expression.rb
lib/xpath/version.rb
lib/xpath/html.rb
lib/xpath/union.rb
Methods
anywhere
attr
child
contains
css
current
descendant
generate
name
string
tag
text
var
varstring
Classes and Modules
Module
XPath::HTML
Class
XPath::Expression
Class
XPath::Union
Constants
VERSION
=
'0.1.4'
Public Class methods
generate
() {|Expression::Self.new| ...}
Public Instance methods
anywhere
(expression)
attr
(expression)
child
(*expressions)
contains
(expression)
css
(selector)
current
()
descendant
(*expressions)
name
()
string
()
tag
(name)
text
()
var
(name)
varstring
(name)
[Validate]