Go to the source code of this file.
Classes | |
class | WikiExporter |
class | XmlDumpWriter |
class | DumpOutput |
Base class for output stream; prints to stdout or buffer or whereever. More... | |
class | DumpFileOutput |
Stream outputter to send data to a file. More... | |
class | DumpPipeOutput |
Stream outputter to send data to a file via some filter program. More... | |
class | DumpGZipOutput |
Sends dump output via the gzip compressor. More... | |
class | DumpBZip2Output |
Sends dump output via the bgzip2 compressor. More... | |
class | Dump7ZipOutput |
Sends dump output via the p7zip compressor. More... | |
class | DumpFilter |
Dump output filter class. More... | |
class | DumpNotalkFilter |
Simple dump output filter to exclude all talk pages. More... | |
class | DumpNamespaceFilter |
Dump output filter to include or exclude pages in a given set of namespaces. More... | |
class | DumpLatestFilter |
Dump output filter to include only the last revision in each page sequence. More... | |
class | DumpMultiWriter |
Base class for output stream; prints to stdout or buffer or whereever. More... | |
Functions | |
xmlsafe ($string) |
xmlsafe | ( | $ | string | ) |
Definition at line 906 of file Export.php.
References $fname, UtfNormal::cleanUp(), wfProfileIn(), and wfProfileOut().
Referenced by importPage(), and xmlCommentSafe().