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

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

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
PrintQuery ( XmlWriter w ) : void
XPathAncestorQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf ) : System

Private Methods

Method Description
XPathAncestorQuery ( XPathAncestorQuery other ) : System

Method Details

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

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

XPathAncestorQuery() public method

public XPathAncestorQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf ) : System
qyInput Query
name string
prefix string
typeTest XPathNodeType
matchSelf bool
return System