|
Parsoid
A bidirectional parser between wikitext and HTML5
|
TODO: Kept around for backwards compatibility with uses outside this repo. More...
Inheritance diagram for Wikimedia\Parsoid\Core\SelserData:
Collaboration diagram for Wikimedia\Parsoid\Core\SelserData:Additional Inherited Members | |
Public Member Functions inherited from Wikimedia\Parsoid\Core\SelectiveUpdateData | |
| __construct (string $revText, ?string $revHTML=null, ?string $mode=null) | |
| Data that's necessary to perform selective serialization. | |
Public Attributes inherited from Wikimedia\Parsoid\Core\SelectiveUpdateData | |
| string | $revText |
| string | $revHTML |
| Document | $revDOM |
| DOM document corresponding to $revHTML. | |
| string | $templateTitle |
| If we are doing selective updates for a template edit, title string of the edited template. | |
| string | $mode |
| Options for selective HTML updates: template, section, generic. | |
TODO: Kept around for backwards compatibility with uses outside this repo.