Ruby REXML::XMLDecl Functions
EditRocket provides the following information on REXML::XMLDecl functions in the Ruby source code builder.
clone() -
default() - Only use this if you do not want the XML declaration to be written; this object is ignored by the XML writer. Otherwise, instantiate your own XMLDecl and add it to the document.
dowrite() -
encoding=( enc ) -
inspect() -
new(version=DEFAULT_VERSION, encoding=nil, standalone=nil) -
node_type() -
nowrite() -
write(writer, indent=-1, transitive=false, ie_hack=false) - Ignored. There must be no whitespace before an XML declaration
xmldecl(version, encoding, standalone) -