You are here

protected property MigrateXMLReader::$prefixedName in Migrate 7.2

When matching element names, whether to compare to the namespace-prefixed name, or the local name.

Type: bool

File

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

Class

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

Code

protected $prefixedName = FALSE;