FindNodes
Overloads
| Name | Description |
|---|---|
| FindNodes(string Keyword, bool FullMatch, bool IgnoreCase, bool Attribute) | VIZXML Node 검색 |
FindNodes(string Keyword, bool FullMatch, bool IgnoreCase, bool Attribute)
public Dictionary<string, VIZXMLNode> FindNodes(string Keyword, bool FullMatch, bool IgnoreCase, bool Attribute)
VIZXML Node 검색
Parameters
| Name | Type | Description |
|---|---|---|
| Keyword | string | 검색어 |
| FullMatch | bool | 전체 일치 여부 |
| IgnoreCase | bool | 대/소문자 구분 |
| Attribute | bool | 속성포함 검색 |
Returns
| Type | Description |
|---|---|
| Dictionary<string, VIZXMLNode> | 검색된 결과 노드 목록 |