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

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 ( TypedEntity typedEntity, string name, IEnumerable elements ) : PropertyEntity
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

XhtmlClassicPropertyParser ( 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

public Parse ( TypedEntity typedEntity, string name, IEnumerable elements ) : PropertyEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
name string
elements IEnumerable
Résultat PropertyEntity

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

XhtmlClassicPropertyParser() public méthode

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