企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` DOMNamedNodeMap implements Traversable , Countable { /* 属性 */ //映射中的节点数。 有效子节点索引的范围是0到长度-包括1。 public readonly int $length ; /* 方法 */ //获取地图中的节点数 public count ( void ) : int //检索由名称指定的节点 getNamedItem ( string $name ) : DOMNode //检索由本地名称和名称空间URI指定的节点 getNamedItemNS ( string $namespaceURI , string $localName ) : DOMNode //检索索引指定的节点 item ( int $index ) : DOMNode } ```