MCPcopy Create free account
hub / github.com/Kitware/VTK / startElementNsBnd

Function startElementNsBnd

ThirdParty/libxml2/vtklibxml2/runtest.c:1822–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820}
1821
1822static void
1823startElementNsBnd(void *ctx, const xmlChar *localname, const xmlChar *prefix,
1824 const xmlChar *URI, int nb_namespaces,
1825 const xmlChar **namespaces, int nb_attributes,
1826 int nb_defaulted, const xmlChar **attributes) {
1827 pushBoundaryCount++;
1828 xmlSAX2StartElementNs(ctx, localname, prefix, URI, nb_namespaces,
1829 namespaces, nb_attributes, nb_defaulted, attributes);
1830}
1831
1832static void
1833endElementNsBnd(void *ctx, const xmlChar *localname, const xmlChar *prefix,

Callers

nothing calls this directly

Calls 1

xmlSAX2StartElementNsFunction · 0.85

Tested by

no test coverage detected