C# 클래스 Monobjc.Tools.Generator.Parsers.Xhtml.Cocoa.XhtmlCocoaClassParser

XHTML parser dedicated to classes and protocols.
상속: XhtmlCocoaTypeParser, IXhtmlClassParser
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlClassParser class.

보호된 메소드들

메소드 설명
ExtractClassMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
ExtractDelegateMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
ExtractInstanceMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
ExtractProperties ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void

메소드 상세

ExtractClassMethods() 보호된 메소드

protected ExtractClassMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity
root System.Xml.Linq.XElement
리턴 void

ExtractDelegateMethods() 보호된 메소드

protected ExtractDelegateMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity
root System.Xml.Linq.XElement
리턴 void

ExtractInstanceMethods() 보호된 메소드

protected ExtractInstanceMethods ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity
root System.Xml.Linq.XElement
리턴 void

ExtractProperties() 보호된 메소드

protected ExtractProperties ( ClassEntity classEntity, System.Xml.Linq.XElement root ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity
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

XhtmlCocoaClassParser() 공개 메소드

Initializes a new instance of the XhtmlClassParser class.
public XhtmlCocoaClassParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System
settings System.Collections.Specialized.NameValueCollection The settings.
typeManager Monobjc.Tools.Generator.Utilities.TypeManager
logger System.IO.TextWriter
리턴 System