C# Class TrakHound.Tools.XML.Nodes

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Méthode Description
Add ( XmlDocument doc, string xPath ) : XmlNode
Delete ( XmlDocument doc, string xPath ) : void

Private Methods

Méthode Description
CreatePath ( XmlDocument doc, XmlNode parent, string xPath ) : XmlNode

Method Details

Add() public static méthode

public static Add ( XmlDocument doc, string xPath ) : XmlNode
doc System.Xml.XmlDocument
xPath string
Résultat System.Xml.XmlNode

Delete() public static méthode

public static Delete ( XmlDocument doc, string xPath ) : void
doc System.Xml.XmlDocument
xPath string
Résultat void