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

XHTML parser dedicated to properties.
Inheritance: XhtmlBaseParser
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement propertyElement ) : PropertyEntity

Parses the specified property element.

Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlPropertyParser class.

Method Details

Parse() public méthode

Parses the specified property element.
public Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement propertyElement ) : PropertyEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
propertyElement System.Xml.Linq.XElement The property element.
Résultat PropertyEntity

Parse() public méthode

Parses the specified entity.
public Parse ( BaseEntity entity, TextReader reader ) : void
entity BaseEntity The entity.
reader TextReader The reader.
Résultat void

XhtmlDoxygenPropertyParser() public méthode

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