DOM.DOMText (dom v0.1.0)

Defines interface Text https://dom.spec.whatwg.org/#interface-text

Link to this section Summary

Link to this section Types

@type t() ::
  Map.merge(DOM.DOMCharacterData.t(), %DOM.DOMText{
    base_uri: term(),
    child_nodes: term(),
    data: term(),
    first_child: term(),
    is_connected: term(),
    last_child: term(),
    length: 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(),
    whole_text: binary()
  })