Module: Nokogiri::Gumbo

Defined in:
lib/nokogiri/gumbo.rb,
ext/nokogiri/nokogiri.c

Constant Summary collapse

DEFAULT_MAX_ATTRIBUTES =

The default maximum number of attributes per element.

400
DEFAULT_MAX_ERRORS =

The default maximum number of errors for parsing a document or a fragment.

0
DEFAULT_MAX_TREE_DEPTH =

The default maximum depth of the DOM tree produced by parsing a document or fragment.

400