Link Search Menu Expand Document

Operators

The XmlNamedNodeMap class defines an operator for retrieving the nodes contained in the node map in an array format (like map [“name”]) and an operator for iterating in a for in loop or the like.

Name Description
XmlNamedNodeMap[ ] Extract nodes in array format
XmlNamedNodeMap Iterate Extract nodes continuously