| 89 | } |
| 90 | |
| 91 | void DictKeyValueBaseStructParserState::endElement( |
| 92 | ValueBaseStructParserStateMachine* psm, int elementType) |
| 93 | { |
| 94 | psm->setCurrentFrameName(psm->getCharacters()); |
| 95 | } |
| 96 | |
| 97 | void DictDataValueBaseStructParserState::endElement( |
| 98 | ValueBaseStructParserStateMachine* psm, int elementType) |
nothing calls this directly
no test coverage detected