Node
Represents a DOCTYPE in an XML document.
Creates a DOCTYPE elements with the content as a string specified in the value parameter.
value [String] string value for the element
value
# File lib/ox/doctype.rb, line 8 def initialize(value) super end