Save options for serializing nodes
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 delcarations
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 33 def initialize options = 0; @options = options; end