! @brief Get element name of node. @details The elementName is a string associated with each parent-child link between nodes. For a given parent, the elementName uniquely identifies each of its children. Thus, any node in a tree can be identified by a sequence of elementNames that form a path from the tree's root node (see Node::pathName for more details). Three types of nodes (the container nod
| 479 | @see Node::pathName, Node::parent, Node::isRoot |
| 480 | */ |
| 481 | ustring Node::elementName() const |
| 482 | { |
| 483 | return impl_->elementName(); |
| 484 | } |
| 485 | |
| 486 | /*! |
| 487 | @brief Get the ImageFile that was declared as the destination for the node when it was created. |
no outgoing calls
no test coverage detected