C# 클래스 PHPAnalysis.Utils.XmlHelpers.XmlNodeExtensions

파일 보기 프로젝트 열기: jtvn/Eir-CTLLTL

공개 메소드들

메소드 설명
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