Save options for serializing nodes
Save builder created document
Save as HTML
Save as XHTML
Save as XML
the default for HTML document
the default for XHTML document
the default for XML documents
Format serialized xml
Do not include declarations
Do not include empty tags
Do not save XHTML
Integer representation of the SaveOptions
Integer representation of the SaveOptions
Create a new SaveOptions object with
options
# File lib/nokogiri/xml/node/save_options.rb, line 42 def initialize options = 0; @options = options; end