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

Function xmlStreamPush

ThirdParty/libxml2/vtklibxml2/pattern.c:2123–2127  ·  view source on GitHub ↗

* xmlStreamPush: * @stream: the stream context * @name: the current name * @ns: the namespace name * * Push new data onto the stream. NOTE: if the call xmlPatterncompile() * indicated a dictionary, then strings for name and ns will be expected * to come from the dictionary. * Both @name and @ns being NULL means the / i.e. the root of the document. * This can also act as a reset. * Otherw

Source from the content-addressed store, hash-verified

2121 * match and 0 otherwise.
2122 */
2123int
2124xmlStreamPush(xmlStreamCtxtPtr stream,
2125 const xmlChar *name, const xmlChar *ns) {
2126 return (xmlStreamPushInternal(stream, name, ns, XML_ELEMENT_NODE));
2127}
2128
2129/**
2130 * xmlStreamPushNode:

Callers 7

processNodeFunction · 0.85
streamFileFunction · 0.85
walkDocFunction · 0.85
xmlXPathRunStreamEvalFunction · 0.85
xmlSchemaXPathEvaluateFunction · 0.85
patternNodeFunction · 0.85
patternTestFunction · 0.85

Calls 1

xmlStreamPushInternalFunction · 0.85

Tested by 2

patternNodeFunction · 0.68
patternTestFunction · 0.68