DOM.DOMProcessingInstruction (dom v0.1.0)

Defines interface ProcessingInstruction https://dom.spec.whatwg.org/#interface-processinginstruction

Link to this section Summary

Link to this section Types

@type t() ::
  Map.merge(DOM.DOMCharacterData.t(), %DOM.DOMProcessingInstruction{
    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(),
    target: binary(),
    text_content: term()
  })