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

Inheritance: BaseAxisQuery
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
XPathSelfQuery ( Query qyInput, string Name, string Prefix, XPathNodeType Type ) : System

Private Methods

Method Description
XPathSelfQuery ( XPathSelfQuery other ) : System

Method Details

Advance() public method

public Advance ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

Clone() public method

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

XPathSelfQuery() public method

public XPathSelfQuery ( Query qyInput, string Name, string Prefix, XPathNodeType Type ) : System
qyInput Query
Name string
Prefix string
Type XPathNodeType
return System