You are here

protected property MigrateXMLReader::$attributeName in Migrate 6.2

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

If the element query is filtering by an attribute name=value, the name of the attribute in question.

Type: string

File

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

Class

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

Code

protected $attributeName = NULL;