diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index 60f6cb5186e..ffc007d6020 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -214,12 +214,13 @@ Extract attribute and/or node values from the list of nodes:: $attributes = $crawler ->filterXpath('//body/p') - ->extract(array('_text', 'class')) + ->extract(array('_name', '_text', 'class')) ; .. note:: - Special attribute ``_text`` represents a node value. + Special attribute ``_text`` represents a node value, while ``_name`` represents element name. + Attribute ``_name`` will be added in version 4.3. Call an anonymous function on each node of the list:: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy