るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.025秒)
トップページ > クエリ:IO[x] > バージョン:2.1.0[x] > クエリ:to_s[x] > ライブラリ:rexml/document[x]

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. openssl to_s
  4. _builtin to_a
  5. openssl to_pem

検索結果

REXML::Declaration#to_s -> String (63310.0)

ノードを文字列化します。

ノードを文字列化します。

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

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

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

REXML::Child#previous_sibling=(other) (18325.0)

other を self の前の隣接ノードとします。

...ードが持つ子ノード列の self の前に
other を挿入します。

@param other 挿入するノード

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

a = REXML::Element.new("a")
b = a.add_element("b")
c = REXML::Element.new("c")
b.next_sibling = c
d = REXML::Element.new("d")
b.previous_sibli...

REXML::NotationDecl (18061.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-g...

REXML::Entity#write(out, indent = -1) -> () (43.0)

実体宣言を文字列化したものを out に書き込みます。

実体宣言を文字列化したものを out に書き込みます。

@param out 出力先の IO オブジェクト
@param indent 利用されません。deprecated なパラメータです
@see REXML::Entity#to_s

絞り込み条件を変える