122件ヒット
[1-100件を表示]
(0.104秒)
ライブラリ
- ビルトイン (14)
-
rexml
/ document (108)
クラス
-
REXML
:: AttlistDecl (12) -
REXML
:: Attribute (12) -
REXML
:: Comment (12) -
REXML
:: DocType (12) -
REXML
:: Document (12) -
REXML
:: Element (12) -
REXML
:: Instruction (12) -
REXML
:: Text (12) -
REXML
:: XMLDecl (12) -
RubyVM
:: AbstractSyntaxTree :: Node (14)
検索結果
先頭5件
-
RubyVM
:: AbstractSyntaxTree :: Node # type -> Symbol (21120.0) -
self の種類を Symbol で返します。
...self の種類を Symbol で返します。
//emlist[][ruby]{
node = RubyVM::AbstractSyntaxTree.parse('1 + 1')
p node.type # => :SCOPE
//}... -
REXML
:: DocType # node _ type -> Symbol (15203.0) -
Symbol :doctype を返します。
...Symbol :doctype を返します。... -
REXML
:: AttlistDecl # node _ type -> Symbol (12203.0) -
Symbol :attlistdecl を返します。
Symbol :attlistdecl を返します。 -
REXML
:: Attribute # node _ type -> Symbol (12203.0) -
「:attribute」というシンボルを返します。
「:attribute」というシンボルを返します。 -
REXML
:: Comment # node _ type -> Symbol (12203.0) -
シンボル :comment を返します。
シンボル :comment を返します。 -
REXML
:: Document # node _ type -> Symbol (12203.0) -
シンボル :document を返します。
シンボル :document を返します。 -
REXML
:: Element # node _ type -> Symbol (12203.0) -
シンボル :element を返します。
シンボル :element を返します。 -
REXML
:: Instruction # node _ type -> Symbol (12203.0) -
Symbol :processing_instruction を返します。
Symbol :processing_instruction を返します。 -
REXML
:: Text # node _ type -> Symbol (12203.0) -
Symbol :text を返します。
Symbol :text を返します。