The Dom\DtdNamedNodeMap class

(PHP 8 >= 8.4.0)

Вступ

Represents a named node map for entities and notation nodes of the DTD. It is similar to Dom\NamedNodeMap, but restricted to Dom\Entity and Dom\Notation nodes.

Короткий огляд класу

class Dom\DtdNamedNodeMap implements IteratorAggregate, Countable {
/* Властивості */
public readonly int $length;
/* Методи */
/* Not documented yet */
}

Властивості

length

The total number of entities and notation nodes.

Журнал змін

Версія Опис
8.5.0 Cloning a Dom\DtdNamedNodeMap object now fails.
+add a note

User Contributed Notes

There are no user contributed notes for this page.