C# Class PHPAnalysis.Utils.XmlHelpers.XmlNodeExtensions

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Méthode Description
GetSubNode ( this node, string subNodeName ) : XmlNode
GetSubNodesByPrefix ( this node, string prefix ) : IEnumerable
GetSubNodesByPrefixes ( this node ) : IEnumerable
GetSubnodes ( this node, string subNodeName ) : IEnumerable
GetVarNameXmlNode ( this node ) : XmlNode
IsAssignmentNode ( this node ) : bool
IterateAllNodes ( this node, bool>.Func visitor ) : void
TryGetSubNode ( this node, string subNodeName, XmlNode &result ) : bool

Private Methods

Méthode Description
IterateAllNodesImpl ( XmlNode node, bool>.Func visitor ) : void

Method Details

GetSubNode() public static méthode

public static GetSubNode ( this node, string subNodeName ) : XmlNode
node this
subNodeName string
Résultat System.Xml.XmlNode

GetSubNodesByPrefix() public static méthode

public static GetSubNodesByPrefix ( this node, string prefix ) : IEnumerable
node this
prefix string
Résultat IEnumerable

GetSubNodesByPrefixes() public static méthode

public static GetSubNodesByPrefixes ( this node ) : IEnumerable
node this
Résultat IEnumerable

GetSubnodes() public static méthode

public static GetSubnodes ( this node, string subNodeName ) : IEnumerable
node this
subNodeName string
Résultat IEnumerable

GetVarNameXmlNode() public static méthode

public static GetVarNameXmlNode ( this node ) : XmlNode
node this
Résultat System.Xml.XmlNode

IsAssignmentNode() public static méthode

public static IsAssignmentNode ( this node ) : bool
node this
Résultat bool

IterateAllNodes() public static méthode

public static IterateAllNodes ( this node, bool>.Func visitor ) : void
node this
visitor bool>.Func
Résultat void

TryGetSubNode() public static méthode

public static TryGetSubNode ( this node, string subNodeName, XmlNode &result ) : bool
node this
subNodeName string
result System.Xml.XmlNode
Résultat bool