Method | Description | |
---|---|---|
Create ( string localName, string namespaceUri ) : |
Return an XmlNavigatorFilter that skips over nodes that do not match the specified name.
|
|
IsFiltered ( |
Return false if the navigator is positioned on an element with a matching name.
|
|
MoveToContent ( |
Reposition the navigator on the first element child with a matching name.
|
|
MoveToFollowing ( |
Reposition the navigator on the next following element with a matching name.
|
|
MoveToFollowingSibling ( |
Reposition the navigator on the next element sibling with a matching name.
|
|
MoveToNextContent ( |
Reposition the navigator on the next element child with a matching name.
|
|
MoveToPreviousSibling ( |
Reposition the navigator on the previous element sibling with a matching name.
|
Method | Description | |
---|---|---|
XmlNavNameFilter ( string localName, string namespaceUri ) : System.Xml |
Keep only elements with name = localName, namespaceUri.
|
public static Create ( string localName, string namespaceUri ) : |
||
localName | string | |
namespaceUri | string | |
return |
public IsFiltered ( |
||
navigator | ||
return | bool |
public MoveToContent ( |
||
navigator | ||
return | bool |
public MoveToFollowing ( |
||
navigator | ||
navEnd | ||
return | bool |
public MoveToFollowingSibling ( |
||
navigator | ||
return | bool |
public MoveToNextContent ( |
||
navigator | ||
return | bool |
public MoveToPreviousSibling ( |
||
navigator | ||
return | bool |