C# Class Castle.NVelocity.Ast.XmlElement

Inheritance: AstNode
Show file Open project: jonorossi/cvsi Class Usage Examples

Public Methods

Method 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 method

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
errs ErrorHandler
currentScope Scope
return void

GetNodeAt() public method

public GetNodeAt ( int line, int pos ) : AstNode
line int
pos int
return AstNode

GetScopeAt() public method

public GetScopeAt ( int line, int pos ) : Scope
line int
pos int
return Scope

XmlElement() public method

public XmlElement ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic