The DOMNamedNodeMap class
Class synopsis
(PHP 5, PHP 7)
/* Properties */
/* Methods */
public count ( ) : int
getNamedItem ( string $name ) : DOMNode
getNamedItemNS ( string $namespaceURI , string $localName ) : DOMNode
item ( int $index ) : DOMNode}
Properties
- length
-
The number of nodes in the map. The range of valid child node indices is
0
tolength - 1
inclusive.
Table of Contents
- DOMNamedNodeMap::count — Get number of nodes in the map
- DOMNamedNodeMap::getNamedItem — Retrieves a node specified by name
- DOMNamedNodeMap::getNamedItemNS — Retrieves a node specified by local name and namespace URI
- DOMNamedNodeMap::item — Retrieves a node specified by index
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.domnamednodemap.php