C# Класс Monobjc.Tools.Generator.Parsers.Xhtml.Cocoa.XhtmlCocoaTypeParser

Base class for XHTML parsing.
Наследование: XhtmlBaseParser, IXhtmlTypeParser
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Описание методов

ExtractConstants() защищенный Метод

protected ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
root System.Xml.Linq.XElement
Результат void

ExtractFunctions() защищенный Метод

protected ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
root System.Xml.Linq.XElement
Результат void

ExtractNotifications() защищенный Метод

protected ExtractNotifications ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
root System.Xml.Linq.XElement
Результат void

Parse() публичный Метод

Parses the specified entity.
public Parse ( BaseEntity entity, TextReader reader ) : void
entity BaseEntity The entity.
reader System.IO.TextReader The reader.
Результат void

XhtmlCocoaTypeParser() публичный Метод

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
Результат System