singleton method REXML::Text.normalize

normalize(input, doctype = nil, entity_filter = nil) -> String[permalink][rdoc][edit]

input を正規化(すべての entity をエスケープ)したものを返します。

[PARAM] input:
正規化する文字列
[PARAM] doctype:
DTD(REXML::DocType オブジェクト)
[PARAM] entity_filter:
置換したい実体の名前の配列