1512件ヒット
[1501-1512件を表示]
(0.034秒)
別のキーワード
クラス
-
REXML
:: AttlistDecl (12) -
REXML
:: Attribute (72) -
REXML
:: Attributes (96) -
REXML
:: Child (72) -
REXML
:: Comment (12) -
REXML
:: Declaration (12) -
REXML
:: DocType (192) -
REXML
:: Document (72) -
REXML
:: Element (216) -
REXML
:: Elements (72) -
REXML
:: Entity (24) -
REXML
:: ExternalEntity (12) -
REXML
:: Formatters :: Default (12) -
REXML
:: Formatters :: Pretty (48) -
REXML
:: Instruction (36) -
REXML
:: NotationDecl (36) -
REXML
:: Parent (336) -
REXML
:: Text (36) -
REXML
:: XMLDecl (12)
モジュール
-
REXML
:: Namespace (96) -
REXML
:: Node (36)
キーワード
- << (12)
- [] (24)
- []= (36)
- add (24)
-
add
_ namespace (24) - attribute (12)
-
attribute
_ of (12) -
attributes
_ of (12) - children (12)
- clone (12)
- collect (12)
- compact (12)
- compact= (12)
- content (12)
- context (12)
-
deep
_ clone (12) - delete (12)
-
delete
_ all (12) -
delete
_ at (12) -
delete
_ if (24) -
delete
_ namespace (12) - doctype (24)
- each (48)
-
each
_ attribute (12) -
each
_ child (24) -
each
_ element (12) -
each
_ element _ with _ attribute (12) -
each
_ element _ with _ text (12) -
each
_ index (24) - empty? (24)
- entities (12)
- entity (12)
-
external
_ id (12) -
get
_ attribute _ ns (12) -
get
_ elements (12) -
get
_ text (12) -
has
_ name? (12) - index (12)
-
index
_ in _ parent (12) - inject (12)
-
insert
_ after (12) -
insert
_ before (12) - length (24)
-
local
_ name (12) - name (36)
- name= (12)
- namespace (24)
- namespaces (36)
-
next
_ sibling= (12) -
node
_ type (108) - notation (12)
- notations (12)
- parent (12)
- parent= (12)
- parent? (24)
- prefix (24)
- prefix= (12)
- prefixes (24)
-
previous
_ element (12) -
previous
_ sibling (12) -
previous
_ sibling= (12) -
previous
_ sibling _ node (12) - pubid (12)
- public (24)
- public= (12)
- push (12)
-
replace
_ child (12) -
replace
_ with (12) - size (24)
- system (12)
- target (12)
- text (12)
-
to
_ a (24) -
to
_ s (12) -
to
_ string (12) - unshift (12)
- whitespace (12)
- width (12)
- width= (12)
- write (108)
- xpath (24)
検索結果
-
REXML
:: Instruction # target -> String (9.0) -
XML 処理命令のターゲットを返します。
...mlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new(<<EOS)
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="style.css"?>
<root />
EOS
doc[2] # => <?p-i xml-stylesheet ...?>
doc[2].target # => "xml-stylesheet"
doc[2].content # => "type=\"text/css\" href=\"s...