Method | Description | |
---|---|---|
Add ( string key, |
Add a node indexed by the specified key value.
|
|
Lookup ( string key ) : XmlQueryNodeSequence |
Lookup a sequence of nodes that are indexed by the specified key value. Return a non-null empty sequence, if there are no nodes associated with the key.
|
Method | Description | |
---|---|---|
XmlILIndex ( ) : System |
This constructor is internal so that external users cannot construct it (and therefore we do not have to test it separately).
|
public Add ( string key, |
||
key | string | |
navigator | ||
return | void |
public Lookup ( string key ) : XmlQueryNodeSequence | ||
key | string | |
return | XmlQueryNodeSequence |