You are here

protected property Xml::$xpathPredicate in Migrate Plus 8.4

Same name and namespace in other branches
  1. 8.5 src/Plugin/migrate_plus/data_parser/Xml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Xml::xpathPredicate
  2. 8.2 src/Plugin/migrate_plus/data_parser/Xml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Xml::xpathPredicate
  3. 8.3 src/Plugin/migrate_plus/data_parser/Xml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Xml::xpathPredicate

An optional xpath predicate.

Restricts the matching elements based on values in their children. Parsed from the element query at construct time.

Type: string

File

src/Plugin/migrate_plus/data_parser/Xml.php, line 45

Class

Xml
Obtain XML data for migration using the XMLReader pull parser.

Namespace

Drupal\migrate_plus\Plugin\migrate_plus\data_parser

Code

protected $xpathPredicate = NULL;