Method | Description | |
---|---|---|
Create ( ) : |
Return a singleton XmlNavigatorFilter that never filters any nodes.
|
|
IsFiltered ( |
Nodes are never filtered so always return false.
|
|
MoveToContent ( |
Reposition the navigator on the first child (attribute or non-attribute).
|
|
MoveToFirstAttributeContent ( |
Move to navigator's first attribute node. If no attribute's exist, move to the first content node. If no content nodes exist, return null. Otherwise, return navigator.
|
|
MoveToFollowing ( |
Reposition the navigator on the next following node.
|
|
MoveToFollowingSibling ( |
Reposition the navigator on the next sibling (no attributes).
|
|
MoveToNextAttributeContent ( |
If navigator is positioned on an attribute, move to the next attribute node. If there are no more attributes, move to the first content node. If navigator is positioned on a content node, move to the next content node. If there are no more attributes and content nodes, return null. Otherwise, return navigator.
|
|
MoveToNextContent ( |
Reposition the navigator on the next child (attribute or non-attribute).
|
|
MoveToPreviousSibling ( |
Reposition the navigator on the previous sibling (no attributes).
|
Method | Description | |
---|---|---|
XmlNavNeverFilter ( ) : System.Xml |
Constructor.
|
public static Create ( ) : |
||
return |
public IsFiltered ( |
||
navigator | ||
return | bool |
public MoveToContent ( |
||
navigator | ||
return | bool |
public static MoveToFirstAttributeContent ( |
||
navigator | ||
return | bool |
public MoveToFollowing ( |
||
navigator | ||
navEnd | ||
return | bool |
public MoveToFollowingSibling ( |
||
navigator | ||
return | bool |
public static MoveToNextAttributeContent ( |
||
navigator | ||
return | bool |
public MoveToNextContent ( |
||
navigator | ||
return | bool |
public MoveToPreviousSibling ( |
||
navigator | ||
return | bool |