Click or drag to resize

XmlExtensionsGetXmlNode Method

Overload List
  Name Description
Public Extension Method GetXmlNode(XmlDocument, String) Gets an XML node from given path, creating the entire path if it does not exist.
Public Extension Method GetXmlNode(XmlNode, String) Gets an XML node from given path, creating the entire path if it does not exist.
Public Extension Method GetXmlNode(XmlDocument, String, Boolean) Gets an XML node from given path, creating the entire path if it does not exist.
Public Extension Method GetXmlNode(XmlNode, String, Boolean) Gets an XML node from given path, creating the entire path if it does not exist.
Top
See Also