48件ヒット
[1-48件を表示]
(0.021秒)
種類
- インスタンスメソッド (24)
- 特異メソッド (24)
ライブラリ
- psych (24)
-
rexml
/ document (24)
クラス
-
Psych
:: Emitter (24) -
REXML
:: Formatters :: Pretty (12) -
REXML
:: Formatters :: Transitive (12)
キーワード
- indentation= (12)
- new (24)
検索結果
先頭4件
-
Psych
:: Emitter # indentation -> Integer (24207.0) -
インデントのレベルを返します。
...インデントのレベルを返します。
@see Psych::Emitter#indentation=... -
Psych
:: Emitter # indentation=(level) (12207.0) -
インデントのレベルを指定します。
...インデントのレベルを指定します。
1 から 9 までの整数で指定します。
@param level インデントレベル
@see Psych::Emitter#indentation... -
REXML
:: Formatters :: Pretty . new(indentation=2 , ie _ hack=false) -> REXML :: Formatter :: Pretty (213.0) -
フォーマッタオブジェクトを生成して返します。
...ます。
indentation でインデント幅を(空白の数で)指定します。
ie_hack に真を渡すと、空のタグを閉じる前で空白を挿入します。
これは特定のバージョンのIEのXMLパーサのバグを避けるための機能です。
@param indentation 出力の... -
REXML
:: Formatters :: Transitive . new(indentation=2 , ie _ hack=false) -> REXML :: Formatter :: Transitive (213.0) -
フォーマッタオブジェクトを生成して返します。
...形します。
indentation でインデント幅を指定できます。
ie_hack に真を渡すと、空のタグを閉じる前で空白を挿入します。
これは特定のバージョンのIEのXMLパーサのバグを避けるための機能です。
@param indentation インデント幅...