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

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

Méthodes publiques

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

Méthode Description
Compile ( Compiler compiler ) : void
CompileAttribute ( Compiler compiler ) : bool
PrecalculateAvt ( Avt &avt ) : string

Method Details

CheckEmpty() public méthode

public CheckEmpty ( Compiler compiler ) : void
compiler Compiler
Résultat void

CheckRequiredAttribute() public méthode

public CheckRequiredAttribute ( Compiler compiler, bool attr, string attrName ) : void
compiler Compiler
attr bool
attrName string
Résultat void

CheckRequiredAttribute() public méthode

public CheckRequiredAttribute ( Compiler compiler, object attrValue, string attrName ) : void
compiler Compiler
attrValue object
attrName string
Résultat void

CompileAttributes() public méthode

public CompileAttributes ( Compiler compiler ) : void
compiler Compiler
Résultat void