Return true if this element has an output string.
| 120 | |
| 121 | /// Return true if this element has an output string. |
| 122 | bool hasOutputString() const |
| 123 | { |
| 124 | return hasAttribute(OUTPUT_ATTRIBUTE); |
| 125 | } |
| 126 | |
| 127 | /// Set the output to which this input is connected. If the output |
| 128 | /// argument is null, then any existing output connection will be cleared. |
no test coverage detected