C# 클래스 Mvp.Xml.Common.XPath.IndexingXPathNavigator.XPathNavigatorIndex

Index table for XPathNavigator.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
AddKey ( KeyDef key ) : void

Adds a key.

GetNodes ( object keyValue ) : XPathNodeIterator

Returns indexed nodes by a key value.

MatchNode ( XPathNavigator node ) : void

Matches given node against "match" pattern and adds it to the index table if the matching succeeded.

XPathNavigatorIndex ( ) : System

Creates index over specified XPathNavigator.

비공개 메소드들

메소드 설명
AddNodeToIndex ( XPathNavigator node, string key ) : void

Adds node to the index slot according to key value.

메소드 상세

AddKey() 공개 메소드

Adds a key.
public AddKey ( KeyDef key ) : void
key KeyDef Key definition
리턴 void

GetNodes() 공개 메소드

Returns indexed nodes by a key value.
public GetNodes ( object keyValue ) : XPathNodeIterator
keyValue object Key value
리턴 System.Xml.XPath.XPathNodeIterator

MatchNode() 공개 메소드

Matches given node against "match" pattern and adds it to the index table if the matching succeeded.
public MatchNode ( XPathNavigator node ) : void
node System.Xml.XPath.XPathNavigator Node to match
리턴 void

XPathNavigatorIndex() 공개 메소드

Creates index over specified XPathNavigator.
public XPathNavigatorIndex ( ) : System
리턴 System