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

Function xmlXPathWrapCString

ThirdParty/libxml2/vtklibxml2/xpath.c:4415–4418  ·  view source on GitHub ↗

* xmlXPathWrapCString: * @val: the char * value * * Wraps a string into an XPath object. * * Returns the newly created object. */

Source from the content-addressed store, hash-verified

4413 * Returns the newly created object.
4414 */
4415xmlXPathObjectPtr
4416xmlXPathWrapCString (char * val) {
4417 return(xmlXPathWrapString((xmlChar *)(val)));
4418}
4419
4420/**
4421 * xmlXPathWrapExternal:

Callers

nothing calls this directly

Calls 1

xmlXPathWrapStringFunction · 0.85

Tested by

no test coverage detected