Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::XPathParserクラス

class REXML::XPathParser

クラスの継承リスト: REXML::XPathParser < REXML::XMLTokens < Object < Kernel < BasicObject

Abstract

特異メソッド

new

インスタンスメソッド

self[variable_name] = value
first(path_stack, node)
get_first(path, nodeset)
match(path_stack, nodeset)
namespaces=(namespaces = {})
parse(path, nodeset)
predicate(path, nodeset)
variables=(vars = {})

定数

ALL
ELEMENTS
LITERAL

Methods

Classes