C# Class Monobjc.Tools.Generator.Parsers.Xhtml.Classic.XhtmlClassicTypeParser

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

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

ExtractConstants() protected method

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.
return void

ExtractEnumerations() protected method

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.
return void

ExtractFunctions() protected method

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.
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

XhtmlClassicTypeParser() public method

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
return System