exception xml.dom.NotFoundErr
Exception when a node does not exist in the referenced context. For example, NamedNodeMap.removeNamedItem()
will raise this if the node passed in does not exist in the map.
exception xml.dom.NotFoundErr
Exception when a node does not exist in the referenced context. For example, NamedNodeMap.removeNamedItem()
will raise this if the node passed in does not exist in the map.
Please login to continue.