Parsoid
A bidirectional parser between wikitext and HTML5
|
Dummy annotation to test the annotation mechanisms outside of any extension-specific considerations. More...
Public Member Functions | |
getConfig () | |
Return information about this extension module.FIXME: Add more expected fields or create a class for this FIXME: The 'name' is expected to be the same as the name defined at the top level of extension.json.
| |
Public Member Functions inherited from Wikimedia\Parsoid\Ext\ExtensionTagHandler | |
sourceToDom (ParsoidExtensionAPI $extApi, string $src, array $extArgs) | |
Convert an extension tag's content to "prepared and loaded" DOM. | |
processAttributeEmbeddedHTML (ParsoidExtensionAPI $extApi, Element $elt, Closure $proc) | |
Extensions might embed HTML in attributes in their own custom representation (whether in data-mw or elsewhere). | |
lintHandler (ParsoidExtensionAPI $extApi, Element $rootNode, callable $defaultHandler) | |
Lint handler for this extension. | |
domToWikitext (ParsoidExtensionAPI $extApi, Element $node, bool $wrapperUnmodified) | |
Serialize a DOM node created by this extension to wikitext. | |
diffHandler (ParsoidExtensionAPI $extApi, callable $domDiff, Element $origNode, Element $editedNode) | |
XXX: Experimental. | |
Dummy annotation to test the annotation mechanisms outside of any extension-specific considerations.
Wikimedia\Parsoid\ParserTests\DummyAnnotation::getConfig | ( | ) |
Return information about this extension module.FIXME: Add more expected fields or create a class for this FIXME: The 'name' is expected to be the same as the name defined at the top level of extension.json.
Implements Wikimedia\Parsoid\Ext\ExtensionModule.