C# Class Monobjc.Tools.Generator.Parsers.Xhtml.Doxygen.XhtmlDoxygenFunctionParser

XHTML parser dedicated to functions.
Inheritance: XhtmlBaseParser
显示文件 Open project: Monobjc/monobjc-tools

Public Methods

Method Description
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.

Method Details

Parse() public method

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

Parse() public method

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

XhtmlDoxygenFunctionParser() public method

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
return System