1740件ヒット
[1-100件を表示]
(0.045秒)
クラス
-
REXML
:: AttlistDecl (72) -
REXML
:: Attribute (36) -
REXML
:: Attributes (36) -
REXML
:: CData (36) -
REXML
:: Child (120) -
REXML
:: Comment (12) -
REXML
:: Declaration (24) -
REXML
:: DocType (192) -
REXML
:: Document (168) -
REXML
:: Element (204) -
REXML
:: Elements (84) -
REXML
:: Entity (60) -
REXML
:: ExternalEntity (12) -
REXML
:: Formatters :: Default (12) -
REXML
:: Formatters :: Pretty (24) -
REXML
:: Instruction (12) -
REXML
:: NotationDecl (84) -
REXML
:: Parent (240) -
REXML
:: Text (24) -
REXML
:: XMLDecl (180)
モジュール
-
REXML
:: Namespace (24) -
REXML
:: Node (84)
キーワード
- << (12)
- == (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) - 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 (24)
-
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)
-
external
_ id (12) -
find
_ first _ recursive (12) - include? (12)
- index (24)
-
index
_ in _ parent (12) -
insert
_ after (12) -
insert
_ before (12) - name (36)
- namespace (12)
- namespaces (12)
- ndata (12)
-
next
_ sibling (12) -
next
_ sibling= (12) -
next
_ sibling _ node (12) -
node
_ type (108) - normalized (12)
- normalized= (12)
- notation (12)
- notations (12)
- nowrite (12)
- parent (12)
- parent= (12)
- parent? (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) - 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 (9203.0) -
文書の DTD を返します。
...文書の DTD を返します。
文書が DTD を持たない場合は nil を返します。... -
REXML
:: Node # next _ sibling _ node -> REXML :: Node | nil (9203.0) -
次の兄弟ノードを返します。
次の兄弟ノードを返します。
次の兄弟ノードが存在しない場合(ノードがルートである場合や、
最後のノードである場合)は nil を返します。 -
REXML
:: Node # previous _ sibling _ node -> REXML :: Node | nil (9203.0) -
前の兄弟ノードを返します。
前の兄弟ノードを返します。
前の兄弟ノードが存在しない場合(ノードがルートである場合や、
最初のノードである場合)は nil を返します。 -
REXML
:: AttlistDecl # include?(key) -> bool (9103.0) -
key が属性名であるならば真を返します。
key が属性名であるならば真を返します。
@param key 属性名であるかどうか判定する文字列 -
REXML
:: AttlistDecl # node _ type -> Symbol (9103.0) -
Symbol :attlistdecl を返します。
...Symbol :attlistdecl を返します。... -
REXML
:: Node # index _ in _ parent -> Insteger (9103.0) -
self の親における index を返します。
...self の親における index を返します。
返される index は 1-origin です。
ノードが親を持たない(REXML::Child でない)場合は例外を発生させます。... -
REXML
:: XMLDecl # node _ type -> Symbol (9103.0) -
シンボル :xmldecl を返します。
...シンボル :xmldecl を返します。... -
REXML
:: XMLDecl # xmldecl(version , encoding , standalone) -> () (9103.0) -
内容を更新します。
...内容を更新します。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil)... -
REXML
:: Child # document -> REXML :: Document | nil (6203.0) -
そのノードが属する document (REXML::Document) を返します。
...そのノードが属する document (REXML::Document) を返します。
属する document が存在しない場合は nil を返します。...