C# 클래스 Monobjc.Tools.Generator.Parsers.Xhtml.Classic.XhtmlClassicTypeParser

Base class for XHTML parsing.
상속: XhtmlBaseParser, IXhtmlTypeParser
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
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