MCPcopy Create free account
hub / github.com/aria2/aria2 / endElement

Method endElement

src/ValueBaseStructParserStateImpl.cc:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void DictKeyValueBaseStructParserState::endElement(
92 ValueBaseStructParserStateMachine* psm, int elementType)
93{
94 psm->setCurrentFrameName(psm->getCharacters());
95}
96
97void DictDataValueBaseStructParserState::endElement(
98 ValueBaseStructParserStateMachine* psm, int elementType)

Callers

nothing calls this directly

Calls 5

popDictFrameMethod · 0.80
getBoolMethod · 0.80
setCurrentFrameNameMethod · 0.45
popArrayFrameMethod · 0.45
setCurrentFrameValueMethod · 0.45

Tested by

no test coverage detected