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

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

Public Methods

Method Description
CheckEmpty ( Compiler compiler ) : void
CheckRequiredAttribute ( Compiler compiler, bool attr, string attrName ) : void
CheckRequiredAttribute ( Compiler compiler, object attrValue, string attrName ) : void
CompileAttributes ( Compiler compiler ) : void

Private Methods

Method Description
Compile ( Compiler compiler ) : void
CompileAttribute ( Compiler compiler ) : bool
PrecalculateAvt ( Avt &avt ) : string

Method Details

CheckEmpty() public method

public CheckEmpty ( Compiler compiler ) : void
compiler Compiler
return void

CheckRequiredAttribute() public method

public CheckRequiredAttribute ( Compiler compiler, bool attr, string attrName ) : void
compiler Compiler
attr bool
attrName string
return void

CheckRequiredAttribute() public method

public CheckRequiredAttribute ( Compiler compiler, object attrValue, string attrName ) : void
compiler Compiler
attrValue object
attrName string
return void

CompileAttributes() public method

public CompileAttributes ( Compiler compiler ) : void
compiler Compiler
return void