XML DOM Basics
XML DOM Operations
XML DOM Objects
XML DOM Useful Resources
Selected Reading
- XML DOM - Accessing
- XML DOM - Navigation
- XML DOM - Traversing
- XML DOM - Loading
- XML DOM - Methods
- XML DOM - Node Tree
- XML DOM - Nodes
- XML DOM - Model
- XML DOM - Overview
- XML DOM - Home
XML DOM Operations
- XML DOM - Clone Node
- XML DOM - Remove Node
- XML DOM - Replace Node
- XML DOM - Add Node
- XML DOM - Create Node
- XML DOM - Set Node
- XML DOM - Get Node
XML DOM Objects
- DOM - DOMException Object
- DOM - XMLHttpRequest Object
- DOM - Comment Object
- DOM - CDATASection Object
- DOM - Attribute Object
- DOM - Element Object
- DOM - Notation Object
- DOM - EntityReference Object
- DOM - Entity Object
- DOM - ProcessingInstruction
- DOM - DocumentType Object
- DOM - DOMImplementation
- DOM - NamedNodeMap Object
- DOM - NodeList Object
- DOM - Node Object
XML DOM Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
DOM - NamedNodeMap Object
DOM - NamedNodeMap Object
<0>NamedNodeMap 物体用来代表按姓名检索的节点。
Attributes
下表列出了NamedNodeMap物体的财产。
Attribute | Type | Description |
---|---|---|
unsigned long | It gives the number of nodes in this map. The range of vapd child node indices is 0 to length-1 inclusive. |
Methods
下表列出了NamedNodeMap物体的方法。
S.No. | Methods & Description |
---|---|
1 | 保留姓名上注明的节点。 |
2 | Retrieves a node specified by local name and namespace URI. |
3 | 页: 1 如果指数大于或等于本地图的点数,则该数值无效。 |
4 | 删除姓名上指明的 no。 |
5 | 摘除当地名称和名称空间URI规定的遗嘱。 |
6 | Adds a node using its nodeNamevide. 如果在地图上已经出现与这一名称的对照,则由新名称取代。 |
7 | Adds a node using its namespaceURI and localName。 如果与这个名称空间URI有点联系,而且该地图中已经有当地名称,则由新名称取代。 重开 no本身没有效果。 |