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

Inheritance: Query
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
CacheOutputQuery ( Query input ) : System
Evaluate ( XPathNodeIterator context ) : object
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext context ) : void

Protected Methods

Method Description
CacheOutputQuery ( CacheOutputQuery other ) : System

Method Details

Advance() public method

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

CacheOutputQuery() protected method

protected CacheOutputQuery ( CacheOutputQuery other ) : System
other CacheOutputQuery
return System

CacheOutputQuery() public method

public CacheOutputQuery ( Query input ) : System
input Query
return System

Evaluate() public method

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

PrintQuery() public method

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

Reset() public method

public Reset ( ) : void
return void

SetXsltContext() public method

public SetXsltContext ( XsltContext context ) : void
context System.Xml.Xsl.XsltContext
return void

Property Details

outputBuffer protected_oe property

protected List outputBuffer
return List