DOM.DOMDocumentType (dom v0.1.0)

https://dom.spec.whatwg.org/#documenttype

Link to this section Summary

Link to this section Types

@type t() ::
  Map.merge(DOM.DOMNode.t(), %DOM.DOMDocumentType{
    base_uri: term(),
    child_nodes: term(),
    first_child: term(),
    is_connected: term(),
    last_child: term(),
    name: binary(),
    next_sibling: term(),
    node_name: term(),
    node_type: term(),
    node_value: term(),
    owner_document: term(),
    parent_element: term(),
    parent_node: term(),
    previous_sibling: term(),
    public_id: binary(),
    system_id: binary(),
    text_content: term()
  })