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

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

Protected Properties

Property Type Description
abbrAxis bool

Public Methods

Method Description
Axis ( AxisType axisType, AstNode input ) : System
Axis ( AxisType axisType, AstNode input, string prefix, string name, XPathNodeType nodetype ) : System

Method Details

Axis() public method

public Axis ( AxisType axisType, AstNode input ) : System
axisType AxisType
input AstNode
return System

Axis() public method

public Axis ( AxisType axisType, AstNode input, string prefix, string name, XPathNodeType nodetype ) : System
axisType AxisType
input AstNode
prefix string
name string
nodetype XPathNodeType
return System

Property Details

abbrAxis protected_oe property

protected bool abbrAxis
return bool