C# Class PHPAnalysis.Utils.XmlHelpers.XmlNodeExtensions

Mostra file Open project: jtvn/Eir-CTLLTL

Public Methods

Method 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

Method Description
IterateAllNodesImpl ( XmlNode node, bool>.Func visitor ) : void

Method Details

GetSubNode() public static method

public static GetSubNode ( this node, string subNodeName ) : XmlNode
node this
subNodeName string
return System.Xml.XmlNode

GetSubNodesByPrefix() public static method

public static GetSubNodesByPrefix ( this node, string prefix ) : IEnumerable
node this
prefix string
return IEnumerable

GetSubNodesByPrefixes() public static method

public static GetSubNodesByPrefixes ( this node ) : IEnumerable
node this
return IEnumerable

GetSubnodes() public static method

public static GetSubnodes ( this node, string subNodeName ) : IEnumerable
node this
subNodeName string
return IEnumerable

GetVarNameXmlNode() public static method

public static GetVarNameXmlNode ( this node ) : XmlNode
node this
return System.Xml.XmlNode

IsAssignmentNode() public static method

public static IsAssignmentNode ( this node ) : bool
node this
return bool

IterateAllNodes() public static method

public static IterateAllNodes ( this node, bool>.Func visitor ) : void
node this
visitor bool>.Func
return void

TryGetSubNode() public static method

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