Push a new node into the document.
(&self, data: NodeData)
| 74 | impl Sink { |
| 75 | /// Push a new node into the document. |
| 76 | fn push_node(&self, data: NodeData) -> NodeId { |
| 77 | self.document.borrow_mut().push_node(data) |
| 78 | } |
| 79 | |
| 80 | fn push_element( |
| 81 | &self, |
no outgoing calls
no test coverage detected