! @brief Get elementName string, that identifies the node in its parent. @copydetails Node::elementName() */
| 169 | @copydetails Node::elementName() |
| 170 | */ |
| 171 | ustring StructureNode::elementName() const |
| 172 | { |
| 173 | return impl_->elementName(); |
| 174 | } |
| 175 | |
| 176 | /*! |
| 177 | @brief Get the ImageFile that was declared as the destination for the node when it was created. |