Documents
|
- class pytidyhtml5.Document
- property body
- clean_and_repair(self)
- property detected_generic_xml
- property detected_html_version
- property detected_xhtml
- dump_error_summary(self)
- dump_general_info(self)
- property error_count
- error_sink
- get_body(self)
- get_detected_generic_xml(self)
- get_detected_html_version(self)
- get_detected_xhtml(self)
- get_error_count(self)
- get_head(self)
- get_html(self)
- get_option(self, name)
- get_option_default(self, name)
- get_option_value(self, name)
- get_root(self)
- get_status(self)
- get_warning_count(self)
- property head
- property html
- is_parsed
- iter_decl_tags(self, option)
- iter_mutex_messages(self)
- iter_options(self)
- iter_prority_attr(self)
- load_config_file(self, configfile, encoding=None)
- message_callback
- option
- options_copy_from(self, Document other)
- options_copy_to(self, Document other)
- options_diff_default(self)
- options_diff_snapshot(self)
- parse_buffer(self, Buffer buf, encoding=None)
- parse_bytes(self, data, encoding=None)
- parse_fd(self, fd, encoding=None)
- parse_file(self, path, encoding=None)
- parse_input(self, InputSource source)
- parse_string(self, unicode data)
- report_doctype(self)
- reset_option(self, name)
- reset_options(self)
- property root
- run_diagnostics(self)
- save_buffer(self, arg=None)
- save_bytes(self, arg=BufferTypeInSpe.Bytes)
- save_fd(self, fd, encoding=None)
- save_file(self, filename)
- save_options_file(self, path)
- save_options_sink(self, arg)
- save_sink(self, arg)
- save_stdout(self)
- set_error_sink(self, arg)
- set_option_value(self, name, value)
- set_output_encoding(self, encoding)
- snapshot_options(self)
- snapshot_reset(self)
- property status
- property warning_count