C# Class Monobjc.Tools.Generator.Parsers.Xhtml.Classic.XhtmlClassicEnumerationParser

XHTML parser dedicated to methods.
Inheritance: XhtmlBaseParser
Datei anzeigen Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Parse ( TypedEntity typedEntity, String name, IEnumerable elements ) : EnumerationEntity
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlClassicEnumerationParser class.

Method Details

Parse() public method

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

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

XhtmlClassicEnumerationParser() public method

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