Method | Description | |
---|---|---|
GetFirstFoundNode ( |
node から親をたどって,teypArray に含まれる要素のうち,一番早く見つかったものを返します.最上位ノードまで探索して,見つからなかったら null を返します.
|
|
GetParentTypes ( NamespaceType type ) : NamespaceType[] |
自分の親になり得る,かつ,名前空間構成要素になりうる要素タイプを取得します
|
|
Namespace2UnifiedType ( NamespaceType type ) : IEnumerable |
名前空間要素タイプから対応する Unified 型(型オブジェクト)へ変換します
|
public static GetFirstFoundNode ( |
||
node | 検索対象のノード | |
typeArray | IEnumerable |
検索する型の集合(の集合) |
return | IUnifiedElement |
public static GetParentTypes ( NamespaceType type ) : NamespaceType[] | ||
type | NamespaceType | 名前空間構成要素タイプ |
return | NamespaceType[] |
public static Namespace2UnifiedType ( NamespaceType type ) : IEnumerable |
||
type | NamespaceType | 名前空間構成要素タイプ |
return | IEnumerable |