C# Класс PHPAnalysis.Utils.XmlHelpers.XmlNodeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IterateAllNodesImpl ( XmlNode node, bool>.Func visitor ) : void

Описание методов

GetSubNode() публичный статический Метод

public static GetSubNode ( this node, string subNodeName ) : XmlNode
node this
subNodeName string
Результат System.Xml.XmlNode

GetSubNodesByPrefix() публичный статический Метод

public static GetSubNodesByPrefix ( this node, string prefix ) : IEnumerable
node this
prefix string
Результат IEnumerable

GetSubNodesByPrefixes() публичный статический Метод

public static GetSubNodesByPrefixes ( this node ) : IEnumerable
node this
Результат IEnumerable

GetSubnodes() публичный статический Метод

public static GetSubnodes ( this node, string subNodeName ) : IEnumerable
node this
subNodeName string
Результат IEnumerable

GetVarNameXmlNode() публичный статический Метод

public static GetVarNameXmlNode ( this node ) : XmlNode
node this
Результат System.Xml.XmlNode

IsAssignmentNode() публичный статический Метод

public static IsAssignmentNode ( this node ) : bool
node this
Результат bool

IterateAllNodes() публичный статический Метод

public static IterateAllNodes ( this node, bool>.Func visitor ) : void
node this
visitor bool>.Func
Результат void

TryGetSubNode() публичный статический Метод

public static TryGetSubNode ( this node, string subNodeName, XmlNode &result ) : bool
node this
subNodeName string
result System.Xml.XmlNode
Результат bool