You are here

public property MigrateXMLReader::$idQuery in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/xml.inc \MigrateXMLReader::idQuery

Xpath query string used to retrieve the primary key value from each element.

Type: string

File

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

Class

MigrateXMLReader
Makes an XMLReader object iterable, returning elements matching a restricted xpath-like syntax.

Code

public $idQuery;