C# 클래스 Monobjc.Tools.Generator.Parsers.Xhtml.Doxygen.XhtmlDoxygenFunctionParser

XHTML parser dedicated to functions.
상속: XhtmlBaseParser
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Parse ( TypedEntity typedEntity, string name, IEnumerable elements ) : FunctionEntity
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

XhtmlDoxygenFunctionParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System

Initializes a new instance of the XhtmlFunctionParser class.

메소드 상세

Parse() 공개 메소드

public Parse ( TypedEntity typedEntity, string name, IEnumerable elements ) : FunctionEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
name string
elements IEnumerable
리턴 Monobjc.Tools.Generator.Model.FunctionEntity

Parse() 공개 메소드

Parses the specified entity.
public Parse ( BaseEntity entity, TextReader reader ) : void
entity BaseEntity The entity.
reader System.IO.TextReader The reader.
리턴 void

XhtmlDoxygenFunctionParser() 공개 메소드

Initializes a new instance of the XhtmlFunctionParser class.
public XhtmlDoxygenFunctionParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System
settings System.Collections.Specialized.NameValueCollection The settings.
typeManager Monobjc.Tools.Generator.Utilities.TypeManager The type manager.
logger System.IO.TextWriter
리턴 System