Property | Type | Description | |
---|---|---|---|
PathNode | System |
Method | Description | |
---|---|---|
Matches ( |
This method evaluates, if the position of an XmlReader is at the element-node represented by the instance of this class. It compares pointers instead of literal values due to performance reasons. Therefore the name table of the XmlReader given as argument must be the one handed over to the constructor.
|
Method | Description | |
---|---|---|
PathNode ( string elementNsUri, string elementNodeName, |
Initializes a new instance of the PathNode class.
|
public Matches ( |
||
xmlReader | An XmlReader instance | |
return | bool |