C# Class Castle.NVelocity.Ast.XmlElement

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
GetScopeAt ( int line, int pos ) : Scope
XmlElement ( 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

GetScopeAt() public méthode

public GetScopeAt ( int line, int pos ) : Scope
line int
pos int
Résultat Scope

XmlElement() public méthode

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