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

class REXML::Text

クラスの継承リスト: REXML::Text < Comparable < REXML::Child < REXML::Node < Object < Kernel < BasicObject

Abstract

特異メソッド

new(arg, respect_whitespace = false, parent = nil, raw = nil, entity_filter = nil, illegal = REXML::Text::ILLEGAL)
normalize(input, doctype = nil, entity_filter = nil)
read_with_substitution(input, illegal = nil)
unnormalize(string, doctype = nil, filter = nil, illegal = nil)

インスタンスメソッド

self << to_append
self <=> other
clone
empty?
indent_text(string, level = 1, style = "\t", indentfirstline = true)
inspect
node_type
raw
raw=(value)
to_s
value
value=(val)
wrap(string, width, addnewline = false)
write(writer, indent = -1, transitive = false, ie_hack = false)
write_with_substitution(out, input)
xpath

定数

EREFERENCE
ILLEGAL
NUMERICENTITY
REFERENCE
SETUTITSBUS
SLAICEPS
SPECIALS
SUBSTITUTES

Methods

Classes