Parent

Methods

Class Index [+]

Quicksearch

Nokogiri::XML::Node::SaveOptions

 

Save options for serializing nodes

Constants

FORMAT

Format serialized xml

NO_DECLARATION

Do not include declarations

NO_EMPTY_TAGS

Do not include empty tags

NO_XHTML

Do not save XHTML

AS_XHTML

Save as XHTML

AS_XML

Save as XML

AS_HTML

Save as HTML

AS_BUILDER

Save builder created document

DEFAULT_XML

the default for XML documents

DEFAULT_HTML

the default for HTML document

DEFAULT_XML

the default for XML documents

DEFAULT_HTML
DEFAULT_XHTML

the default for XHTML document

Attributes

options[R]

Integer representation of the SaveOptions

Public Class Methods

new(options = 0;) click to toggle source

Create a new SaveOptions object with options

    # File lib/nokogiri/xml/node/save_options.rb, line 42
42:         def initialize options = 0; @options = options; end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.