C# Class System.Xml.Xsl.XsltOld.ActionFrame

Inheritance: IStackFrame
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AllocateVariables void
Execute bool
Exit void
Finished void
GetAction Action
GetParameter object
GetVariable object
IStackFrame System.Xml.XPath.XPathNavigator
IStackFrame int
IStackFrame object
IncrementCounter int
Inherit void
Init void
Init void
Init void
InitNewNodeSet void
InitNodeSet void
NewNextNode bool
NextNode bool
ResetParams void
SetAction void
SetAction void
SetParameter void
SetVariable void
SortNewNodeSet void

Private Methods

Method Description
AllocateVariables ( int count ) : void
Execute ( Processor processor ) : bool
Exit ( ) : void
Finished ( ) : void
GetAction ( int actionIndex ) : Action
GetParameter ( XmlQualifiedName name ) : object
GetVariable ( int index ) : object
IStackFrame ( int varIndex ) : XPathNavigator
IStackFrame ( ) : int
IStackFrame ( int varIndex ) : object
IncrementCounter ( ) : int
Inherit ( ActionFrame parent ) : void
Init ( Action action, ActionFrame container, XPathNodeIterator nodeSet ) : void
Init ( Action action, XPathNodeIterator nodeSet ) : void
Init ( ActionFrame containerFrame, XPathNodeIterator nodeSet ) : void
InitNewNodeSet ( XPathNodeIterator nodeSet ) : void
InitNodeSet ( XPathNodeIterator nodeSet ) : void
NewNextNode ( Processor proc ) : bool
NextNode ( Processor proc ) : bool
ResetParams ( ) : void
SetAction ( Action action ) : void
SetAction ( Action action, int state ) : void
SetParameter ( XmlQualifiedName name, object value ) : void
SetVariable ( int index, object value ) : void
SortNewNodeSet ( Processor proc, ArrayList sortarray ) : void