DOM.XMLDocument (dom v0.1.0)

Defines interface XMLDocument https://dom.spec.whatwg.org/#xmldocument

Link to this section Summary

Link to this section Types

@type t() :: %DOM.XMLDocument{
  base_uri: term(),
  character_set: term(),
  charset: term(),
  child_nodes: term(),
  compat_mode: term(),
  content_type: term(),
  doctype_name: term(),
  doctype_public_id: term(),
  doctype_system_id: term(),
  document_element: term(),
  document_uri: term(),
  first_child: term(),
  input_encoding: term(),
  is_connected: term(),
  last_child: term(),
  next_sibling: term(),
  node_name: term(),
  node_type: term(),
  node_value: term(),
  owner_document: term(),
  parent_element: term(),
  parent_node: term(),
  previous_sibling: term(),
  text_content: term(),
  url: term()
}