Method RemoveNamedItem
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
RemoveNamedItem(string)
Removes the node from the INamedNodeMap.
XmlNode RemoveNamedItem(string name)
Parameters
namestringThe qualified name of the node to remove. The name is matched against the Name property of the matching node.
Returns
- XmlNode
The XmlNode removed from this INamedNodeMap or null if a matching node was not found.
RemoveNamedItem(string, string)
Removes a node with the matching LocalName and NamespaceURI.
XmlNode RemoveNamedItem(string localName, string namespaceURI)
Parameters
localNamestringThe local name of the node to remove.
namespaceURIstringThe namespace URI of the node to remove.