C# Class MS.Internal.Xml.XPath.XPathAncestorIterator

Inheritance: XPathAxisIterator
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
MoveNext ( ) : bool
XPathAncestorIterator ( XPathAncestorIterator other ) : System
XPathAncestorIterator ( XPathNavigator nav, XPathNodeType type, bool matchSelf ) : System
XPathAncestorIterator ( XPathNavigator nav, string name, string namespaceURI, bool matchSelf ) : System

Method Details

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

MoveNext() public method

public MoveNext ( ) : bool
return bool

XPathAncestorIterator() public method

public XPathAncestorIterator ( XPathAncestorIterator other ) : System
other XPathAncestorIterator
return System

XPathAncestorIterator() public method

public XPathAncestorIterator ( XPathNavigator nav, XPathNodeType type, bool matchSelf ) : System
nav System.Xml.XPath.XPathNavigator
type XPathNodeType
matchSelf bool
return System

XPathAncestorIterator() public method

public XPathAncestorIterator ( XPathNavigator nav, string name, string namespaceURI, bool matchSelf ) : System
nav System.Xml.XPath.XPathNavigator
name string
namespaceURI string
matchSelf bool
return System