C# 클래스 Castle.NVelocity.Ast.XmlElement

상속: AstNode
파일 보기 프로젝트 열기: jonorossi/cvsi 1 사용 예제들

공개 메소드들

메소드 설명
DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
GetNodeAt ( int line, int pos ) : AstNode
GetScopeAt ( int line, int pos ) : Scope
XmlElement ( string name ) : System.Collections.Generic

메소드 상세

DoSemanticChecks() 공개 메소드

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
errs ErrorHandler
currentScope Scope
리턴 void

GetNodeAt() 공개 메소드

public GetNodeAt ( int line, int pos ) : AstNode
line int
pos int
리턴 AstNode

GetScopeAt() 공개 메소드

public GetScopeAt ( int line, int pos ) : Scope
line int
pos int
리턴 Scope

XmlElement() 공개 메소드

public XmlElement ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic