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

Function xmlStreamPushNode

ThirdParty/libxml2/vtklibxml2/pattern.c:2148–2155  ·  view source on GitHub ↗

* xmlStreamPushNode: * @stream: the stream context * @name: the current name * @ns: the namespace name * @nodeType: the type of the node being pushed * * 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

Source from the content-addressed store, hash-verified

2146 * match and 0 otherwise.
2147 */
2148int
2149xmlStreamPushNode(xmlStreamCtxtPtr stream,
2150 const xmlChar *name, const xmlChar *ns,
2151 int nodeType)
2152{
2153 return (xmlStreamPushInternal(stream, name, ns,
2154 nodeType));
2155}
2156
2157/**
2158* xmlStreamPushAttr:

Callers 1

xmlXPathRunStreamEvalFunction · 0.85

Calls 1

xmlStreamPushInternalFunction · 0.85

Tested by

no test coverage detected