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

XHTML parser dedicated to functions.
Наследование: XhtmlBaseParser
Показать файл Открыть проект

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

Метод Описание
Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement functionElement ) : FunctionEntity

Parses the specified method element.

Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlCocoaFunctionParser class.

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

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

Parses the specified method element.
public Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement functionElement ) : FunctionEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
functionElement System.Xml.Linq.XElement The function element.
Результат Monobjc.Tools.Generator.Model.FunctionEntity

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

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

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

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