C# Class System.Xml.TreeWalker

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
TreeWalker System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
FirstChild ( ) : XmlNode
LastChild ( ) : XmlNode
NextNode ( ) : XmlNode
NextSibling ( ) : XmlNode
ParentNode ( ) : XmlNode
PreviousNode ( ) : XmlNode
PreviousSibling ( ) : XmlNode

Private Methods

Méthode Description
TreeWalker ( ) : System.Runtime.CompilerServices

Method Details

FirstChild() public méthode

public FirstChild ( ) : XmlNode
Résultat XmlNode

LastChild() public méthode

public LastChild ( ) : XmlNode
Résultat XmlNode

NextNode() public méthode

public NextNode ( ) : XmlNode
Résultat XmlNode

NextSibling() public méthode

public NextSibling ( ) : XmlNode
Résultat XmlNode

ParentNode() public méthode

public ParentNode ( ) : XmlNode
Résultat XmlNode

PreviousNode() public méthode

public PreviousNode ( ) : XmlNode
Résultat XmlNode

PreviousSibling() public méthode

public PreviousSibling ( ) : XmlNode
Résultat XmlNode