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

Inheritance: Query
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
contextNode System.Xml.XPath.XPathNavigator

Public Methods

Method Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
ContextQuery ( ) : System
Evaluate ( XPathNodeIterator context ) : object
MatchNode ( XPathNavigator current ) : XPathNavigator
Reset ( ) : void

Protected Methods

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

ContextQuery() public method

public ContextQuery ( ) : System
return System

ContextQuery() protected method

protected ContextQuery ( ContextQuery other ) : System
other ContextQuery
return System

Evaluate() public method

public Evaluate ( XPathNodeIterator context ) : object
context System.Xml.XPath.XPathNodeIterator
return object

MatchNode() public method

public MatchNode ( XPathNavigator current ) : XPathNavigator
current System.Xml.XPath.XPathNavigator
return System.Xml.XPath.XPathNavigator

Reset() public method

public Reset ( ) : void
return void

Property Details

contextNode protected_oe property

protected XPathNavigator,System.Xml.XPath contextNode
return System.Xml.XPath.XPathNavigator