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

Base class for XHTML parsing.
Inheritance: XhtmlBaseParser, IXhtmlTypeParser
Mostra file Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlTypeParser class.

Protected Methods

Method Description
ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
ExtractNotifications ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Method Details

ExtractConstants() protected method

protected ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
root System.Xml.Linq.XElement
return void

ExtractFunctions() protected method

protected ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
root System.Xml.Linq.XElement
return void

ExtractNotifications() protected method

protected ExtractNotifications ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
root System.Xml.Linq.XElement
return void

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

XhtmlCocoaTypeParser() public method

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