Skip to content

Commit

Permalink
add setroot! to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Nov 23, 2016
1 parent b914124 commit bbce701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Constructors:
* `AttributeNode(name, value)`: create an attribute node.

Modifiers:
* `setroot!(doc, node)`: set the root element of a document to a node.
* `link!(parent_node, child_node)`: add a child node to a parent node.
* `linknext!(target_node, node)`: add a node next to a target node.
* `linkprev!(target_node, node)`: add a node previous to a target node.
Expand Down

0 comments on commit bbce701

Please sign in to comment.