XmlNamedNodeMap[ ] Operator
| Explanation | Extract the nodes in an array format. | |
| Call format | map[ name ] | |
| Return value | XmlNode object Return null if no node is found. | |
| Arguments | String name | The name of the node to be retrieved |
| Exception | None | |
| Example of use | | |
| Related item | XmlNode class GetNamedItem, SetNamedItem methods | |