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