MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxParseXMLStopTag

Function fxParseXMLStopTag

modules/piu/PC/Code/piuCodeXML.c:236–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void fxParseXMLStopTag(PiuCodeParser parser)
237{
238 PiuCodeParserColorAt(parser, 1, parser->offset);
239 fxParseXMLName(parser);
240 fxParseXMLSpace(parser, NULL);
241 if (parser->character != '>')
242 PiuCodeParserError(parser);
243 PiuCodeParserAdvance(parser);
244}
245
246void fxParseXMLValue(PiuCodeParser parser)
247{

Callers 1

PiuCodeFormatXMLFunction · 0.85

Calls 5

PiuCodeParserColorAtFunction · 0.85
fxParseXMLNameFunction · 0.85
fxParseXMLSpaceFunction · 0.85
PiuCodeParserErrorFunction · 0.85
PiuCodeParserAdvanceFunction · 0.85

Tested by

no test coverage detected