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

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

Protected Properties

Property Type Description
currentNode System.Xml.XPath.XPathNavigator
position int

Public Methods

Method Description
Evaluate ( XPathNodeIterator nodeIterator ) : object
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext context ) : void
matches ( XPathNavigator e ) : bool

Protected Methods

Method Description
BaseAxisQuery ( BaseAxisQuery other ) : System
BaseAxisQuery ( Query qyInput ) : System
BaseAxisQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System

Method Details

BaseAxisQuery() protected method

protected BaseAxisQuery ( BaseAxisQuery other ) : System
other BaseAxisQuery
return System

BaseAxisQuery() protected method

protected BaseAxisQuery ( Query qyInput ) : System
qyInput Query
return System

BaseAxisQuery() protected method

protected BaseAxisQuery ( 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 nodeIterator ) : object
nodeIterator 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

matches() public method

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

Property Details

currentNode protected_oe property

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

position protected_oe property

protected int position
return int