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

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

Protected Properties

Property Type Description
outputBuffer List

Public Methods

Method Description
Advance ( ) : XPathNavigator
CacheAxisQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System
Evaluate ( XPathNodeIterator context ) : object
Reset ( ) : void

Protected Methods

Method Description
CacheAxisQuery ( CacheAxisQuery other ) : System

Method Details

Advance() public method

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

CacheAxisQuery() protected method

protected CacheAxisQuery ( CacheAxisQuery other ) : System
other CacheAxisQuery
return System

CacheAxisQuery() public method

public CacheAxisQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System
qyInput Query
name string
prefix string
typeTest XPathNodeType
return System

Evaluate() public method

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

Reset() public method

public Reset ( ) : void
return void

Property Details

outputBuffer protected_oe property

protected List outputBuffer
return List