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

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

Public Methods

Method Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
NamespaceQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type ) : System
Reset ( ) : void
matches ( XPathNavigator e ) : bool

Private Methods

Method Description
NamespaceQuery ( NamespaceQuery 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

NamespaceQuery() public method

public NamespaceQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type ) : System
qyParent Query
Name string
Prefix string
Type XPathNodeType
return System

Reset() public method

public Reset ( ) : void
return void

matches() public method

public matches ( XPathNavigator e ) : bool
e System.Xml.XPath.XPathNavigator
return bool