C# 클래스 Bloom_ChorusPlugin.BloomElementToStrategyKeyMapper

상속: IElementToMergeStrategyKeyMapper
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
GetKeyFromElement ( HashSet keys, XmlNode element ) : string

Get key to use to find ElementStrategy in the collection held by MergeStrategies

비공개 메소드들

메소드 설명
Matches ( XmlNode element, string xpath ) : bool

메소드 상세

GetKeyFromElement() 공개 메소드

Get key to use to find ElementStrategy in the collection held by MergeStrategies
Thrown if is null.
public GetKeyFromElement ( HashSet keys, XmlNode element ) : string
keys HashSet The keys in MergeStrategies dictionary.
element System.Xml.XmlNode The element currently being processed, that the key is needed for.
리턴 string