Set the collection string of this element.
| 187 | |
| 188 | /// Set the collection string of this element. |
| 189 | void setCollectionString(const string& collection) |
| 190 | { |
| 191 | setAttribute(COLLECTION_ATTRIBUTE, collection); |
| 192 | } |
| 193 | |
| 194 | /// Return true if this element has a collection string. |
| 195 | bool hasCollectionString() const |
no test coverage detected