Sha256: d932fbb1df4249e6f4b80e726e046f2f07809683142418204ba63bc6f05dd156

Contents?: true

Size: 305 Bytes

Versions: 8

Compression:

Stored size: 305 Bytes

Contents

module Ox
  # Represents a DOCTYPE in an XML document.
  class DocType < Node
    # Creates a DOCTYPE elements with the content as a string specified in the
    # value parameter.
    # - +value+ [String] string value for the element
    def initialize(value)
      super
    end
  end # DocType
end # Ox

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ox-2.14.22 lib/ox/doctype.rb
ox-2.14.21 lib/ox/doctype.rb
ox-2.14.20 lib/ox/doctype.rb
ox-2.14.19 lib/ox/doctype.rb
ox-2.14.18 lib/ox/doctype.rb
ox-2.14.17 lib/ox/doctype.rb
ox-2.14.16 lib/ox/doctype.rb
ox-2.14.15 lib/ox/doctype.rb