るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.020秒)
トップページ > バージョン:2.3.0[x] > 種類:クラス[x] > ライブラリ:rexml[x] > クエリ:Declaration[x]

別のキーワード

  1. rexml/document declaration
  2. declaration to_s
  3. declaration write
  4. document declaration
  5. declaration rexml/document

キーワード

検索結果

REXML::Declaration (54007.0)

DTD に含まれる各種宣言ノードを表すクラスです。

DTD に含まれる各種宣言ノードを表すクラスです。

このクラス自体は直接はインスタンスを作りません。
各サブクラスのインスタンスが使われます。

REXML::ElementDecl (55.0)

DTD の要素宣言(Element Declaration)を表すクラスです。

DTD の要素宣言(Element Declaration)を表すクラスです。

REXML::Entity (55.0)

XML における実体(エンティティ、entity)の宣言(declaration)を表わすクラス。

...る実体(エンティティ、entity)の宣言(declaration)を表わすクラス。

DTD(REXML::DocType)内の実体宣言に対応するものです。

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

doc = REXML::Document.new(<<EOS)
<!DOCTYPE document [
<!ENTITY f "foo bar baz">
<!ENTITY x SYSTEM "x....