C# Class Castle.NVelocity.Ast.XmlAttribute

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
XmlAttribute ( 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

XmlAttribute() public method

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