���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Ext/DOMProcessor.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Ext; use Wikimedia\Parsoid\DOM\DocumentFragment; use Wikimedia\Parsoid\DOM\Element; use Wikimedia\Parsoid\DOM\Node; /** * A Parsoid extension module may contain one or more DOMProcessors, * which allow Parsoid to post-process the DOM in the wt2html direction, * or pre-process the DOM in the html2wt direction. */ abstract class DOMProcessor { /** * Post-process DOM in the wt2html direction. * * @param ParsoidExtensionAPI $extApi * @param DocumentFragment|Element $root The root of the tree to process * @param array $options * @param bool $atTopLevel Is this processor invoked on the top level page? * If false, this is being invoked in a sub-pipeline (ex: extensions) */ public function wtPostprocess( ParsoidExtensionAPI $extApi, Node $root, array $options, bool $atTopLevel ): void { /* do nothing by default */ } /** * Pre-process DOM in the html2wt direction. * * @param ParsoidExtensionAPI $extApi * @param Element $root */ public function htmlPreprocess( ParsoidExtensionAPI $extApi, Element $root ): void { /* do nothing by default */ } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.41 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�