Searched refs:nodestack (Results 1 – 2 of 2) sorted by relevance
27 public $nodestack; variable in renderer_plugin_prosemirror48 $this->nodestack->addTop($node);53 $this->nodestack->add($node);58 $this->nodestack->drop($nodeType);71 $parentNode = $this->nodestack->current()->getType();73 $this->nodestack->drop($parentNode);82 $this->nodestack = new NodeStack();88 if ($this->nodestack->isEmpty()) {92 $this->doc = json_encode($this->nodestack->doc(), JSON_PRETTY_PRINT);97 $docNode = $this->nodestack->getDocNode();[all …]
93 $event->data['renderer']->nodestack->add($node);