C# Class Fizzler.Systems.XmlNodeQuery.XmlNodeSelection

Afficher le fichier Open project: atifaziz/Fizzler

Méthodes publiques

Méthode Description
QuerySelector ( this node, string selector ) : XmlNode

Similar to QuerySelectorAll except it returns only the first element matching the supplied selector strings.

QuerySelectorAll ( this node, string selector ) : IEnumerable

Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.

Method Details

QuerySelector() public static méthode

Similar to QuerySelectorAll except it returns only the first element matching the supplied selector strings.
public static QuerySelector ( this node, string selector ) : XmlNode
node this
selector string
Résultat System.Xml.XmlNode

QuerySelectorAll() public static méthode

Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.
public static QuerySelectorAll ( this node, string selector ) : IEnumerable
node this
selector string
Résultat IEnumerable