libwordring
html/html_defs.hpp
1 #pragma once
2 
3 #include <wordring/whatwg/html/html_defs.hpp>
4 #include <wordring/whatwg/html/parsing/parser_defs.hpp>
5 
6 namespace wordring::html
7 {
8  using ns_name = wordring::whatwg::html::ns_name;
9  using tag_name = wordring::whatwg::html::tag_name;
10  using attribute_name = wordring::whatwg::html::attribute_name;
11 
12  using document_type_name = wordring::whatwg::html::document_type_name;
14 
15  using error_name = wordring::whatwg::html::parsing::error_name;
16  using encoding_confidence_name = wordring::whatwg::html::parsing::encoding_confidence_name;
17 
28  template <typename NodePointer>
29  struct node_traits {};
30 }
wordring::html::node_traits
HTMLノードへの操作を仲介するアダプタ
Definition: html/html_defs.hpp:29
wordring::html
wordring::whatwg::html::document_mode_name
document_mode_name
Definition: whatwg/html/html_defs.hpp:28