| 5018 | |
| 5019 | |
| 5020 | char *msSLDGetAttributeName(char *pszExpression, |
| 5021 | char *pszComparionValue) |
| 5022 | { |
| 5023 | return msSLDGetAttributeNameOrValue(pszExpression, pszComparionValue, 1); |
| 5024 | } |
| 5025 | |
| 5026 | char *msSLDGetAttributeValue(char *pszExpression, |
| 5027 | char *pszComparionValue) |
no test coverage detected