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