C# Class System.Xml.Schema.AxisStack

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Equal bool
MoveToAttribute bool
MoveToChild bool
MoveToParent void
Pop void
Push void

Méthodes publiques

Méthode Description
AxisStack ( ForwardAxis faxis, ActiveAxis parent ) : System.Xml.XPath

Private Methods

Méthode 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 méthode

public AxisStack ( ForwardAxis faxis, ActiveAxis parent ) : System.Xml.XPath
faxis ForwardAxis
parent ActiveAxis
Résultat System.Xml.XPath