2220件ヒット
[1-100件を表示]
(0.040秒)
種類
- インスタンスメソッド (1740)
- 特異メソッド (288)
- クラス (120)
- 定数 (48)
- モジュール (24)
クラス
-
REXML
:: AttlistDecl (84) -
REXML
:: Attribute (36) -
REXML
:: Attributes (36) -
REXML
:: CData (48) -
REXML
:: Child (132) -
REXML
:: Comment (12) -
REXML
:: Declaration (24) -
REXML
:: DocType (216) -
REXML
:: Document (252) -
REXML
:: Element (228) -
REXML
:: ElementDecl (12) -
REXML
:: Elements (84) -
REXML
:: Entity (60) -
REXML
:: ExternalEntity (12) -
REXML
:: Formatters :: Default (24) -
REXML
:: Formatters :: Pretty (36) -
REXML
:: Formatters :: Transitive (12) -
REXML
:: Instruction (12) -
REXML
:: NotationDecl (96) -
REXML
:: Parent (240) -
REXML
:: Text (60) -
REXML
:: XMLDecl (216) -
REXML
:: XPath (36)
モジュール
-
REXML
:: Namespace (24) -
REXML
:: Node (84)
キーワード
- << (12)
- == (12)
- AttlistDecl (12)
- CData (12)
- Child (12)
- DECLARATION (12)
-
DEFAULT
_ ENTITIES (12) -
DEFAULT
_ VERSION (12) - Declaration (12)
- Default (12)
- DocType (12)
- Document (12)
- ElementDecl (12)
- Encoding (12)
- Node (12)
- NotationDecl (12)
- UNDEFINED (12)
- XMLDecl (12)
- [] (36)
- []= (48)
- add (60)
-
add
_ attribute (24) -
add
_ attributes (12) -
add
_ element (12) -
add
_ namespace (24) -
attribute
_ of (12) -
attributes
_ of (12) - bytes (12)
- cdatas (12)
- children (12)
- clone (48)
- context (12)
-
deep
_ clone (12) - default (12)
- delete (36)
-
delete
_ all (24) -
delete
_ at (12) -
delete
_ attribute (12) -
delete
_ element (12) -
delete
_ if (24) -
delete
_ namespace (12) - doctype (24)
- document (24)
- dowrite (12)
- each (36)
-
each
_ child (24) -
each
_ element _ with _ attribute (12) -
each
_ element _ with _ text (12) -
each
_ index (24) -
each
_ recursive (12) -
element
_ name (12) - encoding (24)
- encoding= (12)
- entities (12)
- entity (12)
-
entity
_ expansion _ limit (12) -
entity
_ expansion _ limit= (12) -
entity
_ expansion _ text _ limit (12) -
entity
_ expansion _ text _ limit= (12) -
external
_ id (12) -
find
_ first _ recursive (12) - first (12)
- include? (12)
- index (24)
-
index
_ in _ parent (12) -
insert
_ after (12) -
insert
_ before (12) - match (12)
- name (36)
- namespace (12)
- namespaces (12)
- ndata (12)
- new (156)
-
next
_ sibling (12) -
next
_ sibling= (12) -
next
_ sibling _ node (12) -
node
_ type (108) - normalize (12)
- normalized (12)
- normalized= (12)
- notation (12)
- notations (12)
- nowrite (12)
- parent (12)
- parent= (12)
- parent? (12)
-
parse
_ stream (12) -
previous
_ sibling (12) -
previous
_ sibling= (12) -
previous
_ sibling _ node (12) - pubid (12)
- public (24)
- public= (12)
- remove (12)
-
replace
_ child (12) -
replace
_ with (12) - root (12)
-
root
_ node (12) -
stand
_ alone? (24) - standalone (12)
- standalone= (12)
- system (24)
- system= (12)
-
to
_ a (12) -
to
_ s (48) - unnormalize (12)
- unnormalized (12)
- value (12)
- version (24)
- version= (12)
- width (12)
- width= (12)
- write (132)
- writeencoding (12)
- writethis (12)
-
xml
_ decl (12) - xmldecl (12)
検索結果
先頭5件
-
REXML
:: Document # doctype -> REXML :: DocType | nil (9202.0) -
文書の DTD を返します。
...文書の DTD を返します。
文書が DTD を持たない場合は nil を返します。... -
REXML
:: Node # next _ sibling _ node -> REXML :: Node | nil (9202.0) -
次の兄弟ノードを返します。
次の兄弟ノードを返します。
次の兄弟ノードが存在しない場合(ノードがルートである場合や、
最後のノードである場合)は nil を返します。 -
REXML
:: Node # previous _ sibling _ node -> REXML :: Node | nil (9202.0) -
前の兄弟ノードを返します。
前の兄弟ノードを返します。
前の兄弟ノードが存在しない場合(ノードがルートである場合や、
最初のノードである場合)は nil を返します。 -
REXML
:: XMLDecl . default -> REXML :: XMLDecl (9202.0) -
XML宣言を含まない文章でデフォルトで使うための XMLDecl オブジェクトを生成して返します。
...XML宣言を含まない文章でデフォルトで使うための
XMLDecl オブジェクトを生成して返します。... -
REXML
:: AttlistDecl # include?(key) -> bool (9102.0) -
key が属性名であるならば真を返します。
key が属性名であるならば真を返します。
@param key 属性名であるかどうか判定する文字列 -
REXML
:: AttlistDecl # node _ type -> Symbol (9102.0) -
Symbol :attlistdecl を返します。
...Symbol :attlistdecl を返します。... -
REXML
:: Node # index _ in _ parent -> Insteger (9102.0) -
self の親における index を返します。
...self の親における index を返します。
返される index は 1-origin です。
ノードが親を持たない(REXML::Child でない)場合は例外を発生させます。... -
REXML
:: XMLDecl # node _ type -> Symbol (9102.0) -
シンボル :xmldecl を返します。
...シンボル :xmldecl を返します。... -
REXML
:: XMLDecl # xmldecl(version , encoding , standalone) -> () (9102.0) -
内容を更新します。
...内容を更新します。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil)...