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

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

Public Methods

Method 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 method

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.
return PropertyEntity

Parse() public method

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

XhtmlDoxygenPropertyParser() public method

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
return System