Return true if this element has a node name string.
| 76 | |
| 77 | /// Return true if this element has a node name string. |
| 78 | bool hasNodeName() const |
| 79 | { |
| 80 | return hasAttribute(NODE_NAME_ATTRIBUTE); |
| 81 | } |
| 82 | |
| 83 | /// Return the node name string of this element. |
| 84 | const string& getNodeName() const |
no test coverage detected