MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ex_xml_parse

Method ex_xml_parse

src/common.h:472–479  ·  view source on GitHub ↗

* attribute problem */

Source from the content-addressed store, hash-verified

470 * attribute problem
471 */
472 explicit ex_xml_parse(
473 const string& resName,
474 const string& elName,
475 const string& attrName,
476 const string& msg)
477 : ex_res_parse(
478 resName + ": invalid <" + elName + ">-element found: attribute '" +
479 attrName + "' " + msg) {}
480
481 /**
482 * attribute problem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected