るりまサーチ

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

別のキーワード

  1. util u
  2. matrix u
  3. erb u
  4. _builtin koi8_u
  5. encoding koi8_u

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

RSS::Maker::TextinputBase#title (21103.0)

@todo

@todo

RSS::RDF::Textinput#title (21103.0)

@todo

@todo

RSS::Rss::Channel::TextInput#title (21103.0)

@todo

@todo

DublinCoreModel#dc_title (9103.0)

@todo

@todo

DublinCoreModel#dc_title= (9103.0)

@todo

@todo

絞り込み条件を変える

RSS::Maker::TextinputBase#title=() (9103.0)

@todo

@todo

RSS::RDF::Textinput#title= (9103.0)

@todo

@todo

RSS::Rss::Channel::TextInput#title= (9103.0)

@todo

@todo

DublinCoreModel#dc_titles (9101.0)

@todo

@todo

REXML::DocType#attribute_of(element, attribute) -> String | nil (6213.0)

DTD 内の属性リスト宣言で、 element という名前の要素の attribute という 名前の属性のデフォルト値を返します。

...宣言で、 element という名前の要素の attribute という
名前の属性のデフォルト値を返します。

elementという名前の要素の属性値は宣言されていない、
elementという名前の要素にはattributeという名前の属性が宣言されていない、...
...ram attribute 属性名(文字列)

//emlist[][ruby]{
require 'rexml/document'

doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author CDATA #REQUIRED
title
CDATA #REQUIRED
publisher CD...
...ATA "foobar publisher">
]>
EOS

p doctype.attribute_of("book", "publisher") # => "foobar publisher"
p doctype.attribute_of("bar", "foo") # => nil
p doctype.attribute_of("book", "baz") # => nil
p doctype.attribute_of("book", "title") # => nil
//}...

絞り込み条件を変える

<< 1 2 > >>