C# Class Monobjc.Tools.Generator.Parsers.Xhtml.Cocoa.XhtmlCocoaNotificationParser

XHTML parser dedicated to notifications.
Inheritance: XhtmlBaseParser
Mostra file Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement notificationElement ) : ConstantEntity

Parses the specified notification element.

Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlNotificationParser class.

Method Details

Parse() public method

Parses the specified notification element.
public Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement notificationElement ) : ConstantEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
notificationElement System.Xml.Linq.XElement The notification element.
return ConstantEntity

Parse() public method

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

XhtmlCocoaNotificationParser() public method

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