336件ヒット
[1-100件を表示]
(0.184秒)
クラス
-
REXML
:: AttlistDecl (12) -
REXML
:: Attribute (12) -
REXML
:: Comment (12) -
REXML
:: DocType (192) -
REXML
:: Document (24) -
REXML
:: Element (12) -
REXML
:: Instruction (36) -
REXML
:: Text (24) -
REXML
:: XMLDecl (12)
キーワード
- add (12)
-
attribute
_ of (12) -
attributes
_ of (12) - clone (12)
- content (12)
- context (12)
- doctype (24)
- entities (12)
- entity (12)
-
external
_ id (12) - name (12)
- namespaces (12)
-
node
_ type (108) - notation (12)
- notations (12)
- public (12)
- system (12)
- target (12)
- write (12)
検索結果
先頭5件
-
REXML
:: DocType # node _ type -> Symbol (9104.0) -
Symbol :doctype を返します。
...Symbol :doctype を返します。... -
REXML
:: Document # doctype -> REXML :: DocType | nil (6203.0) -
文書の DTD を返します。
文書の DTD を返します。
文書が DTD を持たない場合は nil を返します。 -
REXML
:: Text # doctype -> REXML :: DocType | nil (6203.0) -
テキストノードが属する文書の DTD を返します。
...テキストノードが属する文書の DTD を返します。
そのような文書(REXML::Document)が存在しない、すなわち
テキストノードの親ノードを辿っても REXML::Document に到達しない、
場合には nil を返します。
@see REXML::DocType... -
REXML
:: AttlistDecl # node _ type -> Symbol (6104.0) -
Symbol :attlistdecl を返します。
Symbol :attlistdecl を返します。 -
REXML
:: Attribute # node _ type -> Symbol (6104.0) -
「:attribute」というシンボルを返します。
「:attribute」というシンボルを返します。 -
REXML
:: Comment # node _ type -> Symbol (6104.0) -
シンボル :comment を返します。
シンボル :comment を返します。 -
REXML
:: Document # node _ type -> Symbol (6104.0) -
シンボル :document を返します。
シンボル :document を返します。 -
REXML
:: Element # node _ type -> Symbol (6104.0) -
シンボル :element を返します。
シンボル :element を返します。 -
REXML
:: Instruction # node _ type -> Symbol (6104.0) -
Symbol :processing_instruction を返します。
Symbol :processing_instruction を返します。