MediaWiki
1.30.0
|
Public Member Functions | |
caseSetting () | |
closePage () | |
Closes a "<page>" section on the output stream. More... | |
closeStream () | |
Closes the output stream with the closing root element. More... | |
dbname () | |
generator () | |
homelink () | |
namespaces () | |
openPage ( $row) | |
Opens a "<page>" section on the output stream, with data from the given database row. More... | |
openStream () | |
Opens the XML output stream's root "<mediawiki>" element. More... | |
siteInfo () | |
sitename () | |
writeContributor ( $id, $text, $indent=" ") | |
writeLogItem ( $row) | |
Dumps a "<logitem>" section on the output stream, with data filled in from the given database row. More... | |
writeRevision ( $row) | |
Dumps a "<revision>" section on the output stream, with data filled in from the given database row. More... | |
writeTimestamp ( $timestamp, $indent=" ") | |
writeUpload ( $file, $dumpContents=false) | |
writeUploads ( $row, $dumpContents=false) | |
Warning! This data is potentially inconsistent. More... | |
Static Public Member Functions | |
static | canonicalTitle (Title $title) |
Return prefixed text form of title, but using the content language's canonical namespace. More... | |
Definition at line 29 of file XmlDumpWriter.php.
|
static |
Return prefixed text form of title, but using the content language's canonical namespace.
This skips any special-casing such as gendered user namespaces – which while useful, are not yet listed in the XML "<siteinfo>" data so are unsafe in export.
Title | $title |
Definition at line 432 of file XmlDumpWriter.php.
References $title, $wgContLang, and global.
XmlDumpWriter::caseSetting | ( | ) |
Definition at line 115 of file XmlDumpWriter.php.
References $wgCapitalLinks, Xml\element(), and global.
Referenced by siteInfo().
XmlDumpWriter::closePage | ( | ) |
Closes a "<page>" section on the output stream.
Definition at line 189 of file XmlDumpWriter.php.
XmlDumpWriter::closeStream | ( | ) |
Closes the output stream with the closing root element.
Call when finished dumping things.
Definition at line 146 of file XmlDumpWriter.php.
XmlDumpWriter::dbname | ( | ) |
Definition at line 92 of file XmlDumpWriter.php.
References $wgDBname, Xml\element(), and global.
Referenced by siteInfo().
XmlDumpWriter::generator | ( | ) |
Definition at line 100 of file XmlDumpWriter.php.
References $wgVersion, Xml\element(), and global.
Referenced by siteInfo().
XmlDumpWriter::homelink | ( | ) |
Definition at line 108 of file XmlDumpWriter.php.
References Xml\element(), and Title\newMainPage().
Referenced by siteInfo().
XmlDumpWriter::namespaces | ( | ) |
Definition at line 125 of file XmlDumpWriter.php.
References $title, $wgContLang, as, Xml\element(), global, and MWNamespace\isCapitalized().
Referenced by siteInfo().
XmlDumpWriter::openPage | ( | $row | ) |
Opens a "<page>" section on the output stream, with data from the given database row.
object | $row |
Definition at line 157 of file XmlDumpWriter.php.
References $out, $title, Xml\element(), Xml\elementClean(), WikiPage\factory(), Title\isValidRedirectTarget(), Title\makeTitle(), and Hooks\run().
XmlDumpWriter::openStream | ( | ) |
Opens the XML output stream's root "<mediawiki>" element.
This does not include an xml directive, so is safe to include as a subelement in a larger XML stream. Namespace and XML Schema references are included.
Output will be encoded in UTF-8.
Definition at line 40 of file XmlDumpWriter.php.
References $wgContLang, Xml\element(), global, WikiExporter\schemaVersion(), and siteInfo().
XmlDumpWriter::siteInfo | ( | ) |
Definition at line 68 of file XmlDumpWriter.php.
References caseSetting(), dbname(), generator(), homelink(), namespaces(), and sitename().
Referenced by openStream().
XmlDumpWriter::sitename | ( | ) |
Definition at line 84 of file XmlDumpWriter.php.
References $wgSitename, Xml\element(), and global.
Referenced by siteInfo().
XmlDumpWriter::writeContributor | ( | $id, | |
$text, | |||
$indent = " " |
|||
) |
int | $id | |
string | $text | |
string | $indent | Default to six spaces |
Definition at line 346 of file XmlDumpWriter.php.
References $out, Xml\element(), Xml\elementClean(), and IP\isValid().
Referenced by writeLogItem(), writeRevision(), and writeUpload().
XmlDumpWriter::writeLogItem | ( | $row | ) |
Dumps a "<logitem>" section on the output stream, with data filled in from the given database row.
object | $row |
Definition at line 291 of file XmlDumpWriter.php.
References $out, $title, LogPage\DELETED_ACTION, LogPage\DELETED_COMMENT, LogPage\DELETED_USER, Xml\element(), Xml\elementClean(), Title\makeTitle(), CommentStore\newKey(), writeContributor(), and writeTimestamp().
XmlDumpWriter::writeRevision | ( | $row | ) |
Dumps a "<revision>" section on the output stream, with data filled in from the given database row.
object | $row |
Definition at line 201 of file XmlDumpWriter.php.
References $out, $title, Revision\DELETED_COMMENT, Revision\DELETED_TEXT, Revision\DELETED_USER, Xml\element(), Xml\elementClean(), ContentHandler\getDefaultModelFor(), ContentHandler\getForModelID(), Revision\getRevisionText(), Title\makeTitle(), CommentStore\newKey(), Hooks\run(), writeContributor(), and writeTimestamp().
XmlDumpWriter::writeTimestamp | ( | $timestamp, | |
$indent = " " |
|||
) |
string | $timestamp | |
string | $indent | Default to six spaces |
Definition at line 335 of file XmlDumpWriter.php.
References Xml\element(), and wfTimestamp().
Referenced by writeLogItem(), writeRevision(), and writeUpload().
XmlDumpWriter::writeUpload | ( | $file, | |
$dumpContents = false |
|||
) |
File | $file | |
bool | $dumpContents |
Definition at line 384 of file XmlDumpWriter.php.
References File\DELETED_COMMENT, Xml\element(), Xml\elementClean(), writeContributor(), and writeTimestamp().
Referenced by writeUploads().
XmlDumpWriter::writeUploads | ( | $row, | |
$dumpContents = false |
|||
) |
Warning! This data is potentially inconsistent.
:(
object | $row | |
bool | $dumpContents |
Definition at line 364 of file XmlDumpWriter.php.
References $out, as, NS_FILE, wfLocalFile(), and writeUpload().