C# Class Castle.NVelocity.Ast.XmlAttribute

Inheritance: AstNode
Afficher le fichier Open project: jonorossi/cvsi Class Usage Examples

Méthodes publiques

Méthode Description
DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
GetNodeAt ( int line, int pos ) : AstNode
XmlAttribute ( string name ) : System.Collections.Generic

Method Details

DoSemanticChecks() public méthode

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
errs ErrorHandler
currentScope Scope
Résultat void

GetNodeAt() public méthode

public GetNodeAt ( int line, int pos ) : AstNode
line int
pos int
Résultat AstNode

XmlAttribute() public méthode

public XmlAttribute ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic