1812件ヒット
[1-100件を表示]
(0.047秒)
種類
- インスタンスメソッド (1368)
- 特異メソッド (444)
クラス
-
REXML
:: AttlistDecl (24) -
REXML
:: Attribute (72) -
REXML
:: Attributes (108) -
REXML
:: CData (36) -
REXML
:: Child (108) -
REXML
:: Comment (36) -
REXML
:: Declaration (12) -
REXML
:: DocType (60) -
REXML
:: Document (96) -
REXML
:: Element (252) -
REXML
:: ElementDecl (12) -
REXML
:: Elements (144) -
REXML
:: Entity (96) -
REXML
:: ExternalEntity (24) -
REXML
:: Formatters :: Default (24) -
REXML
:: Formatters :: Pretty (60) -
REXML
:: Formatters :: Transitive (12) -
REXML
:: Instruction (48) -
REXML
:: NotationDecl (48) -
REXML
:: Parent (156) -
REXML
:: Text (108) -
REXML
:: XMLDecl (108) -
REXML
:: XPath (36)
モジュール
-
REXML
:: Namespace (60) -
REXML
:: Node (24) -
REXML
:: Security (48)
キーワード
- << (36)
- <=> (12)
- == (24)
- [] (24)
- []= (60)
- add (48)
-
add
_ attribute (24) -
add
_ attributes (12) -
add
_ element (12) -
add
_ namespace (24) - attribute (12)
-
attribute
_ of (12) - bytes (12)
- collect (12)
- compact (12)
- compact= (12)
- content= (12)
- context (12)
- context= (12)
- delete (36)
-
delete
_ all (24) -
delete
_ attribute (12) -
delete
_ element (12) -
delete
_ namespace (12) - doctype (12)
- dowrite (12)
- each (24)
-
each
_ element (12) -
each
_ element _ with _ attribute (12) -
each
_ element _ with _ text (12) - element= (12)
- encoding= (12)
- entity (12)
-
entity
_ expansion _ limit (24) -
entity
_ expansion _ limit= (24) -
entity
_ expansion _ text _ limit (24) -
entity
_ expansion _ text _ limit= (24) - first (12)
-
get
_ attribute (12) -
get
_ attribute _ ns (12) -
get
_ elements (12) -
get
_ text (12) -
has
_ name? (12) - include? (12)
- index (12)
- inject (12)
-
insert
_ after (12) -
insert
_ before (12) - match (12)
- matches? (12)
- name= (12)
- namespace (12)
- new (264)
-
next
_ sibling (12) -
next
_ sibling= (12) - normalize (12)
- normalized (12)
- normalized= (12)
- notation (12)
- nowrite (12)
- parent (12)
- parent= (12)
- parent? (24)
-
parse
_ stream (12) - prefix (12)
- prefix= (12)
-
previous
_ sibling (12) -
previous
_ sibling= (12) - public= (12)
- push (12)
- raw (12)
- raw= (12)
-
replace
_ child (12) -
replace
_ with (12) - standalone= (12)
- string= (12)
- system= (12)
- target= (12)
- text (12)
- text= (12)
-
to
_ a (12) -
to
_ s (48) - unnormalize (12)
- unnormalized (12)
- unshift (12)
- value (36)
- version= (12)
- width (12)
- width= (12)
- write (132)
- writethis (12)
- xmldecl (12)
検索結果
先頭5件
- REXML
:: Text . new(arg , respect _ whitespace = false , parent = nil , raw = nil , entity _ filter = nil , illegal = REXML :: Text :: NEEDS _ A _ SECOND _ CHECK) - REXML
:: Entity . new(array) -> REXML :: Entity - REXML
:: Entity . new(name , value , parent=nil , reference=false) -> REXML :: Entity - REXML
:: Parent # []=(index , node) - REXML
:: Parent # []=(range , node)
-
REXML
:: Text . new(arg , respect _ whitespace = false , parent = nil , raw = nil , entity _ filter = nil , illegal = REXML :: Text :: NEEDS _ A _ SECOND _ CHECK) (44.0) -
テキストノードオブジェクトを生成します。
...さい。
@param arg テキストデータ(文字列)もしくは元データの REXML::Text オブジェクト
@param respect_whitespace 空白を保存するかどうかを決める真偽値
@param parent 親ノード
@param raw テキストのエスケープの挙動を決める値
@param entity......L::Text.new("<&", false, nil, true).to_s # parse error
//}
//emlist[doctype があり、実体が宣言されている場合][ruby]{
require 'rexml/document'
doc = REXML::Document.new(<<EOS)
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE root [
<!ENTITY p "foobar publisher">
<!ENTITY % q "q... -
REXML
:: Entity . new(array) -> REXML :: Entity (32.0) -
新たな Entity オブジェクトを生成して返します。
...ーサが内部的に利用するため通常は利用しません。
@param name 実体参照の名前
@param value 参照の値
@param parent 親ノード
@param reference パラメータ実体であるかどうかの真偽値
@param array 初期化のための配列
=== 例
「>」「>」... -
REXML
:: Entity . new(name , value , parent=nil , reference=false) -> REXML :: Entity (32.0) -
新たな Entity オブジェクトを生成して返します。
...ーサが内部的に利用するため通常は利用しません。
@param name 実体参照の名前
@param value 参照の値
@param parent 親ノード
@param reference パラメータ実体であるかどうかの真偽値
@param array 初期化のための配列
=== 例
「>」「>」... -
REXML
:: Parent # []=(index , node) (32.0) -
子ノード列上の指定した場所を node で置き換えます。
...de で置き換えます。
Array#[]= と同じ指定が可能です。
@param index 変更場所の index (Integer)
@param range 変更場所の範囲 (Range)
@param start 変更範囲の最初の位置 (Integer)
@param length 変更範囲の個数 (Integer)
@param node 置き換えるノード... -
REXML
:: Parent # []=(range , node) (32.0) -
子ノード列上の指定した場所を node で置き換えます。
...de で置き換えます。
Array#[]= と同じ指定が可能です。
@param index 変更場所の index (Integer)
@param range 変更場所の範囲 (Range)
@param start 変更範囲の最初の位置 (Integer)
@param length 変更範囲の個数 (Integer)
@param node 置き換えるノード... -
REXML
:: Parent # []=(start , length , node) (32.0) -
子ノード列上の指定した場所を node で置き換えます。
...de で置き換えます。
Array#[]= と同じ指定が可能です。
@param index 変更場所の index (Integer)
@param range 変更場所の範囲 (Range)
@param start 変更範囲の最初の位置 (Integer)
@param length 変更範囲の個数 (Integer)
@param node 置き換えるノード... -
REXML
:: Attribute . new(attribute , value , parent = nil) -> REXML :: Attribute (26.0) -
新たな属性オブジェクトを生成します。
...ソッドは直接は使わず、REXML::Element#add_attribute などを
使うでしょう。
@param attribute_to_clone 複製元の REXML::Attribute オブジェクト
@param attribute 属性名
@param value 属性の値
@param parent 生成される属性が所属する要素(REXML::Element)... -
REXML
:: Attribute . new(attribute _ to _ clone , parent = nil) -> REXML :: Attribute (26.0) -
新たな属性オブジェクトを生成します。
...ソッドは直接は使わず、REXML::Element#add_attribute などを
使うでしょう。
@param attribute_to_clone 複製元の REXML::Attribute オブジェクト
@param attribute 属性名
@param value 属性の値
@param parent 生成される属性が所属する要素(REXML::Element)... -
REXML
:: DocType # write(output , indent = 0 , transitive = false , ie _ hack = false) -> () (26.0) -
output に DTD を出力します。
...REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの深さ。指定しないでください。
@param transitive 無視されます。指定しないでください。
@param ie_hack 無視されます。指定しない...