enum XML::HTMLParserOptions
¶
Members¶
RECOVER = 1
¶
1
Relaxed parsing
NODEFDTD = 4
¶
4
Do not default a doctype if not found
NOERROR = 32
¶
32
Suppress error reports
NOWARNING = 64
¶
64
Suppress warning reports
PEDANTIC = 128
¶
128
Pedantic error reporting
NOBLANKS = 256
¶
256
Remove blank nodes
NONET = 2048
¶
2048
Forbid network access
NOIMPLIED = 8192
¶
8192
Do not add implied html/body... elements
COMPACT = 65536
¶
65536
Compact small text nodes
IGNORE_ENC = 2097152
¶
2097152
Ignore internal document encoding hint