るりまサーチ

最速Rubyリファレンスマニュアル検索!
132件ヒット [1-100件を表示] (0.068秒)

別のキーワード

  1. rss href
  2. rss href=
  3. xmlstylesheet href
  4. xmlstylesheet href=
  5. href rss

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

RSS::Maker::XMLStyleSheets::XMLStyleSheet#href (18103.0)

@todo

@todo

RSS::XMLStyleSheet#href (18103.0)

@todo

@todo

RSS::Maker::XMLStyleSheets::XMLStyleSheet#href=() (6103.0)

@todo

@todo

RSS::XMLStyleSheet#href= (6103.0)

@todo

@todo

CGI::HtmlExtension#a(href = "") -> String (127.0)

a 要素を生成します。

...果が内容になります。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
a("http://www.example.com") { "Example" }
# => "<A HREF=\"http://www.example.com\">Example</A>"

a("HREF" => "http://www.example.com", "TARGET"...

絞り込み条件を変える

CGI::HtmlExtension#a(href = "") { ... } -> String (127.0)

a 要素を生成します。

...果が内容になります。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
a("http://www.example.com") { "Example" }
# => "<A HREF=\"http://www.example.com\">Example</A>"

a("HREF" => "http://www.example.com", "TARGET"...

CGI::HtmlExtension#base(href = "") -> String (114.0)

base 要素を生成します。

...base 要素を生成します。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
base("http://www.example.com/cgi")
# => "<BASE HREF=\"http://www.example.com/cgi\">"...

REXML::Instruction#content -> String | nil (13.0)

XML 処理命令の内容を返します。

...ml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="style.css"?>
<?foobar?>
<root />
EOS
doc[2] # => <?p-i xml-stylesheet ...?>
doc[2].target # => "xml-stylesheet"
doc[2].content # => "type=\"text/css\" href=\"style.css\""
doc[4].target # => "foobar"
doc[4].content # => nil
/...

REXML::Instruction#target -> String (13.0)

XML 処理命令のターゲットを返します。

...quire '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=\"style.css\""
//}...
<< 1 2 > >>