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 substitution
Forbid network access. Recommended for dealing with untrusted documents.
Do not reuse the context dictionary
remove redundant namespaces declarations
merge CDATA as text nodes
do not generate XINCLUDE START/END nodes
compact small text nodes; no modification of the tree allowed afterwards (will possibly crash if you try to modify the tree)
parse using XML-1.0 before update 5
do not fixup XINCLUDE xml:base uris
relax any hardcoded limit from the parser
the default options used for parsing XML documents
# File lib/nokogiri/xml/parse_options.rb, line 89 89: def inspect 90: options = [] 91: self.class.constants.each do |k| 92: options << k.downcase if send(:"#{k.downcase}?") 93: end 94: super.sub(/>$/, " " + options.join(', ') + ">") 95: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.