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

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ExtractMethods() protected méthode

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

ExtractProperties() protected méthode

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

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

XhtmlClassicClassParser() public méthode

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