NamedNodeMap
class NamedNodeMap implements IteratorAggregate, Countable (View source)
Properties
int | $length |
Methods
Attr|null
item(int $index)
No description
Attr|null
getNamedItem(string $qualifiedName)
No description
Attr|null
getNamedItemNS(string|null $namespace, string $localName)
No description
int
count()
Count elements of an object
getIterator()
No description
Details
Attr|null
item(int $index)
No description
Attr|null
getNamedItem(string $qualifiedName)
No description
Attr|null
getNamedItemNS(string|null $namespace, string $localName)
No description
int
count()
Count elements of an object
Traversable
getIterator()
No description