るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. rexml notationdecl
  2. notationdecl to_s
  3. notationdecl name
  4. notationdecl new
  5. notationdecl write

ライブラリ

クラス

検索結果

REXML::NotationDecl#to_s -> String (72304.0)

self を文字列化したものを返します。

self を文字列化したものを返します。

REXML::NotationDecl (72055.0)

DTD の記法宣言を表すクラスです。

DTD の記法宣言を表すクラスです。


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

doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE foo [
<!NOTATION type-image-svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!NOTATION type-image-gif PUBLIC "image/gif">...