Retrieves the current node name will return @c nullptr if the node does not have a name
| 520 | //! Retrieves the current node name |
| 521 | //! will return @c nullptr if the node does not have a name |
| 522 | const char * getNodeName() const |
| 523 | { |
| 524 | return itsNodes.top().getChildName(); |
| 525 | } |
| 526 | |
| 527 | //! Sets the name for the next node created with startNode |
| 528 | void setNextName( const char * name ) |
nothing calls this directly
no test coverage detected