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

Base class for XHTML parsing.
Inheritance: XhtmlBaseParser, IXhtmlTypeParser
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlDoxygenTypeParser class.

Méthodes protégées

Méthode Description
ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Extracts the constants.

ExtractEnumerations ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Extracts the enumerations.

ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Extracts the constants.

Method Details

ExtractConstants() protected méthode

Extracts the constants.
protected ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity The typed entity.
root System.Xml.Linq.XElement The root element.
Résultat void

ExtractEnumerations() protected méthode

Extracts the enumerations.
protected ExtractEnumerations ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity The typed entity.
root System.Xml.Linq.XElement The root element.
Résultat void

ExtractFunctions() protected méthode

Extracts the constants.
protected ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity The typed entity.
root System.Xml.Linq.XElement The root element.
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

XhtmlDoxygenTypeParser() public méthode

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