Strict parsing
Recover from errors
Substitute entities
Load external subsets
Default DTD attributes
validate with the DTD
suppress error reports
suppress warning reports
pedantic error reporting
remove blank nodes
use the SAX1 interface internally
Implement XInclude substitition
Forbid network access
Do not reuse the context dictionnary
remove redundant namespaces declarations
merge CDATA as text nodes
do not generate XINCLUDE START/END nodes
the default options used for parsing XML documents
# File lib/nokogiri/xml/parse_options.rb, line 76 76: def inspect 77: options = [] 78: self.class.constants.each do |k| 79: options << k.downcase if send(:"#{k.downcase}?") 80: end 81: super.sub(/>$/, " " + options.join(', ') + ">") 82: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.