MCPcopy Create free account
hub / github.com/RetroShare/RetroShare / createXPath

Method createXPath

plugins/FeedReader/util/XMLWrapper.cpp:398–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398XPathWrapper *XMLWrapper::createXPath()
399{
400 if (mDocument) {
401 return new XPathWrapper(*this);
402 }
403
404 return NULL;
405}
406
407bool XMLWrapper::transform(const XMLWrapper &style, XMLWrapper &result)
408{

Callers 2

processMsgMethod · 0.80
processXPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected