-----------------------------
| 28 | |
| 29 | // ----------------------------- |
| 30 | void ParamBase::openParam( const String& refe/*=""*/ ) |
| 31 | { |
| 32 | mParamCloser = mSW->openElement ( mParamName ); |
| 33 | |
| 34 | if ( !refe.empty() ) |
| 35 | mSW->appendAttribute( CSWC::CSW_ATTRIBUTE_REF, refe ); |
| 36 | } |
| 37 | |
| 38 | // ----------------------------- |
| 39 | void ParamBase::appendAttribute( const String& name, const String& val ) |
no test coverage detected