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

XHTML parser dedicated to classes and protocols.
Inheritance: XhtmlClassicTypeParser, IXhtmlClassParser
Datei anzeigen Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlClassicClassParser class.

Protected Methods

Method Description
ExtractMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
ExtractProperties ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void

Method Details

ExtractMethods() protected method

protected ExtractMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity
root System.Xml.Linq.XElement
return void

ExtractProperties() protected method

protected ExtractProperties ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity
root System.Xml.Linq.XElement
return void

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

XhtmlClassicClassParser() public method

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