Add a new linked stylesheet location.
(&mut self, node: NodeId)
| 134 | |
| 135 | /// Add a new linked stylesheet location. |
| 136 | pub(super) fn add_linked_stylesheet(&mut self, node: NodeId) { |
| 137 | self.linked_stylesheets.push(node); |
| 138 | } |
| 139 | |
| 140 | /// Add a new node to the nodes vector, returning its index. |
| 141 | pub(super) fn push_node(&mut self, node: NodeData) -> NodeId { |