Skip to content

Conversation

hepheir
Copy link
Owner

@hepheir hepheir commented May 27, 2021

  • Definition group NodeType
  • Node.node_type (nodeType)
  • Node.node_name (nodeName)
  • Node.node_value (nodeValue)
  • Node.parent_node (parentNode)
  • Node.child_nodes (childNodes)
  • Node.first_child (firstChild)
  • Node.last_child (lastChild)
  • Node.previous_sibling (previousSibling)
  • Node.next_sibling (nextSibling)
  • Node.attributes
  • Node.owner_document (ownerDocument)

*renamed property names in pythonic style

This Pull Request is a redo of #3

@hepheir hepheir merged commit 02bc82d into Hepheir/issue2 May 27, 2021
@hepheir hepheir changed the title Re; Implement properties of interface Node [Removed PR] May 27, 2021
@hepheir hepheir deleted the Hepheir/python.dom.Node branch May 27, 2021 14:50
@hepheir hepheir restored the Hepheir/python.dom.Node branch May 27, 2021 14:51
@hepheir hepheir deleted the Hepheir/python.dom.Node branch May 27, 2021 14:51
@hepheir hepheir restored the Hepheir/python.dom.Node branch May 27, 2021 14:56
@hepheir hepheir deleted the Hepheir/python.dom.Node branch May 27, 2021 14:57
@hepheir hepheir changed the title [Removed PR] [Removed PR] Removed PR of dropped branch May 31, 2021
@hepheir hepheir added the wontfix This will not be worked on label Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant