C# Class System.Xml.Schema.SelectorActiveAxis

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

Public Methods

Method Description
EndElement ( string localname, string URN ) : bool
PopKS ( ) : KeySequence
PushKS ( int errline, int errcol ) : int
SelectorActiveAxis ( Asttree axisTree, ConstraintStruct cs ) : System

Method Details

EndElement() public method

public EndElement ( string localname, string URN ) : bool
localname string
URN string
return bool

PopKS() public method

public PopKS ( ) : KeySequence
return KeySequence

PushKS() public method

public PushKS ( int errline, int errcol ) : int
errline int
errcol int
return int

SelectorActiveAxis() public method

public SelectorActiveAxis ( Asttree axisTree, ConstraintStruct cs ) : System
axisTree Asttree
cs ConstraintStruct
return System