! @brief Return parent of node, or self if a root node. @copydetails Node::parent() */
| 151 | @copydetails Node::parent() |
| 152 | */ |
| 153 | Node StructureNode::parent() const |
| 154 | { |
| 155 | return Node( impl_->parent() ); |
| 156 | } |
| 157 | |
| 158 | /*! |
| 159 | @brief Get absolute pathname of node. |