|
MediaWiki master
|
Take page text out of an XML dump file and perform some operation on it. More...
Go to the source code of this file.
Classes | |
| class | DumpIterator |
| Base class for iterating over a dump. More... | |
| class | SearchDump |
| Maintenance script that runs a regex in the revisions from a dump. More... | |
Variables | |
| $maintClass = SearchDump::class | |
Take page text out of an XML dump file and perform some operation on it.
Used as a base class for CompareParsers. We implement below the simple task of searching inside a dump.
Copyright © 2011 Platonides https://www.mediawiki.org/
Definition in file dumpIterator.php.
| $maintClass = SearchDump::class |
Definition at line 205 of file dumpIterator.php.