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

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

Public Methods

Method Description
Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement constantElement ) : ConstantEntity
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlDoxygenConstantParser class.

Method Details

Parse() public method

public Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement constantElement ) : ConstantEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
constantElement System.Xml.Linq.XElement
return ConstantEntity

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

XhtmlDoxygenConstantParser() public method

Initializes a new instance of the XhtmlDoxygenConstantParser class.
public XhtmlDoxygenConstantParser ( 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