private function getNodeProcessor()
{
if ($this->nodeProcessor) {
return $this->nodeProcessor;
}
$this->nodeProcessor = new NodeProcessor($this->credentials->getUserID(), $this->getNamespacesObject(), $this->getAutoLastModified());
return $this->nodeProcessor;
}