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

Method getBody

plugins/FeedReader/util/HTMLWrapper.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73xmlNodePtr HTMLWrapper::getBody()
74{
75 xmlNodePtr root = getRootElement();
76 if (!root) {
77 return NULL;
78 }
79 return findNode(root->children, "body", false);
80}

Callers 2

processXPathMethod · 0.80
processXsltMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected