Parsoid
A bidirectional parser between wikitext and HTML5
|
Public Member Functions | |||||||||||||
run (Env $env, Node $root, array $options=[], bool $atTopLevel=false) | |||||||||||||
Encapsulate template-affected DOM structures by wrapping text nodes into spans and adding RDFa attributes to all subtree roots according to http://www.mediawiki.org/wiki/Parsoid/RDFa_vocabulary#Template_content
| |||||||||||||
Wikimedia\Parsoid\Wt2Html\DOM\Processors\WrapAnnotations::run | ( | Env | $env, |
Node | $root, | ||
array | $options = [], | ||
bool | $atTopLevel = false ) |
Encapsulate template-affected DOM structures by wrapping text nodes into spans and adding RDFa attributes to all subtree roots according to http://www.mediawiki.org/wiki/Parsoid/RDFa_vocabulary#Template_content
Env | $env | |
Element | DocumentFragment | $root | The root of the tree to process |
array | $options | |
bool | $atTopLevel | Is this processor invoked on the top level page? If false, this is being invoked in a sub-pipeline (ex: extensions) |
Implements Wikimedia\Parsoid\Wt2Html\Wt2HtmlDOMProcessor.