Home
last modified time | relevance | path

Searched refs:nodestack (Results 1 – 2 of 2) sorted by relevance

/plugin/prosemirror/
Drenderer.php27 public $nodestack; variable in renderer_plugin_prosemirror
48 $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 …]
/plugin/gallery/action/
Dprosemirror.php93 $event->data['renderer']->nodestack->add($node);