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

XHTML parser dedicated to functions.
Inheritance: XhtmlBaseParser
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode 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 méthode

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

Parse() public méthode

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

XhtmlDoxygenFunctionParser() public méthode

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
Résultat System