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

Inheritance: CacheAxisQuery
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
PreSiblingQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System

Protected Methods

Method Description
PreSiblingQuery ( PreSiblingQuery other ) : System

Private Methods

Method Description
NotVisited ( XPathNavigator nav, List parentStk ) : bool

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

PreSiblingQuery() protected method

protected PreSiblingQuery ( PreSiblingQuery other ) : System
other PreSiblingQuery
return System

PreSiblingQuery() public method

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