Class: Ox::DocType
Overview
Represents a DOCTYPE in an XML document.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(value) ⇒ DocType
constructor
Creates a DOCTYPE elements with the content as a string specified in the value parameter.
Methods inherited from Node
Constructor Details
#initialize(value) ⇒ DocType
Creates a DOCTYPE elements with the content as a string specified in the value parameter.
-
value
[String] string value for the element
8 9 10 |
# File 'lib/ox/doctype.rb', line 8 def initialize(value) super end |