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

Inheritance: Query
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
outputBuffer List

Méthodes publiques

Méthode Description
Advance ( ) : XPathNavigator
CacheOutputQuery ( Query input ) : System
Evaluate ( XPathNodeIterator context ) : object
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext context ) : void

Méthodes protégées

Méthode Description
CacheOutputQuery ( CacheOutputQuery other ) : System

Method Details

Advance() public méthode

public Advance ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

CacheOutputQuery() protected méthode

protected CacheOutputQuery ( CacheOutputQuery other ) : System
other CacheOutputQuery
Résultat System

CacheOutputQuery() public méthode

public CacheOutputQuery ( Query input ) : System
input Query
Résultat System

Evaluate() public méthode

public Evaluate ( XPathNodeIterator context ) : object
context System.Xml.XPath.XPathNodeIterator
Résultat object

PrintQuery() public méthode

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetXsltContext() public méthode

public SetXsltContext ( XsltContext context ) : void
context System.Xml.Xsl.XsltContext
Résultat void

Property Details

outputBuffer protected_oe property

protected List outputBuffer
Résultat List