C# Class System.Xml.Schema.AxisStack

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

Private Properties

Property Type Description
Equal bool
MoveToAttribute bool
MoveToChild bool
MoveToParent void
Pop void
Push void

Public Methods

Method Description
AxisStack ( ForwardAxis faxis, ActiveAxis parent ) : System.Xml.XPath

Private Methods

Method Description
Equal ( string thisname, string thisURN, string name, string URN ) : bool
MoveToAttribute ( string name, string URN, int depth ) : bool
MoveToChild ( string name, string URN, int depth ) : bool
MoveToParent ( string name, string URN, int depth ) : void
Pop ( ) : void
Push ( int depth ) : void

Method Details

AxisStack() public method

public AxisStack ( ForwardAxis faxis, ActiveAxis parent ) : System.Xml.XPath
faxis ForwardAxis
parent ActiveAxis
return System.Xml.XPath