Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Functionsモジュール

module REXML::Functions

クラスの継承リスト: REXML::Functions

Abstract

特異メソッド

boolean(object = nil)
ceiling(number)
compare_language(lang1, lang2)
concat(*objects)
contains(string, test)
context=(value)
count(node_set)
false
floor(number)
get_namespace(node_set = nil)
id(object)
lang(language)
last
local_name(node_set = nil)
method_missing(id)
name(node_set = nil)
namespace_context
namespace_context=(x)
namespace_uri(node_set = nil)
normalize_space(string = nil)
not(object)
number(object = nil)
position
processing_instruction(node)
round(number)
starts_with(string, test)
string(object = nil)
string_length(string)
string_value(o)
substring(string, start, length = nil)
substring_after(string, test)
substring_before(string, test)
sum(nodes)
text
translate(string, tr1, tr2)
true
variables
variables=(x)

Methods

Classes