Module: LibXML::XML::HTMLParser::Options
- Defined in:
- ext/libxml/ruby_xml_html_parser_options.c
Constant Summary collapse
- RECOVER =
Relax parsing.
1- NODEFDTD =
Do not default a doctype if not found
2- NOERROR =
Suppress error reports.
32- NOWARNING =
Suppress warning reports.
64- PEDANTIC =
Enable pedantic error reporting.
128- NOBLANKS =
Remove blank nodes.
256- NONET =
Forbid network access.
2048- COMPACT =
Compact small text nodes.
65536- NOIMPLIED =
Do not add implied html/body… elements
8192