C# Класс Monobjc.Tools.Generator.Parsers.Xhtml.Classic.XhtmlClassicTypeParser

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

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

Метод Описание
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlClassicTypeParser class.

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

Метод Описание
ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Extracts the constants.

ExtractEnumerations ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Extracts the enumerations.

ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void

Extracts the constants.

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

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

Extracts the constants.
protected ExtractConstants ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity The typed entity.
root System.Xml.Linq.XElement The root element.
Результат void

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

Extracts the enumerations.
protected ExtractEnumerations ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity The typed entity.
root System.Xml.Linq.XElement The root element.
Результат void

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

Extracts the constants.
protected ExtractFunctions ( TypedEntity typedEntity, System.Xml.Linq.XElement root ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity The typed entity.
root System.Xml.Linq.XElement The root element.
Результат void

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

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

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

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