Retrieves the current node name ! @return nullptr if no name exists */
| 611 | //! Retrieves the current node name |
| 612 | /*! @return nullptr if no name exists */ |
| 613 | const char * getNodeName() const |
| 614 | { |
| 615 | return itsIteratorStack.back().name(); |
| 616 | } |
| 617 | |
| 618 | //! Sets the name for the next node created with startNode |
| 619 | void setNextName( const char * name ) |