This documentation is archived and is not being maintained.
XmlNavigatorFilter Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
XmlNavigatorFilter provides a flexible filtering abstraction over XPathNavigator. Callers do not know what type of filtering will occur; they simply call MoveToContent or MoveToFollowingSibling. The filter implementation invokes the appropriate operation on the XPathNavigator in order to skip over filtered nodes.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
The XmlNavigatorFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlNavigatorFilter | Infrastructure. Provides a flexible filtering abstraction over XPathNavigator. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsFiltered | Infrastructure. Return true if the navigator's current node matches the filter condition. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveToContent | Infrastructure. Repositions the navigator to the first matching content node or attribute and skips over filtered nodes. If there are no matching nodes, the navigator does not move and the method returns false. |
![]() | MoveToFollowing | Infrastructure. Repositions the navigator to the following matching content node or attribute and skips over filtered nodes. If there are no matching nodes, the navigator does not move and the method returns false. |
![]() | MoveToFollowingSibling | Infrastructure. Repositions the navigator to the sibling matching content node or descendent and skips over filtered nodes. If there are no matching nodes, the navigator does not move and the method returns false. |
![]() | MoveToNextContent | Infrastructure. Repositions the navigator to the next matching content node or attribute and skips over filtered nodes. If there are no matching nodes, the navigator does not move and the method returns false. |
![]() | MoveToPreviousSibling | Infrastructure. Repositions the navigator to the previous matching sibling node and skips over filtered nodes. If there are no matching nodes, the navigator does not move and the method returns false. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
