You are here

protected property MigrateSourceXML::$reader in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/xml.inc \MigrateSourceXML::reader

The MigrateXMLReader object serving as a cursor over the XML source.

Type: MigrateXMLReader

File

plugins/sources/xml.inc, line 824
Support for migration from XML sources.

Class

MigrateSourceXML
Implementation of MigrateSource, to handle imports from XML files.

Code

protected $reader;