C# Class Monobjc.Tools.Generator.Parsers.Xhtml.Cocoa.XhtmlCocoaMethodParser

XHTML parser dedicated to methods.
Inheritance: XhtmlBaseParser
显示文件 Open project: Monobjc/monobjc-tools

Protected Properties

Property Type Description
VARARG_PARAMETER_REGEX System.Text.RegularExpressions.Regex

Public Methods

Method Description
Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement methodElement ) : MethodEntity

Parses the specified method element.

Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

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

Initializes a new instance of the XhtmlMethodParser class.

Method Details

Parse() public method

Parses the specified method element.
public Parse ( TypedEntity typedEntity, System.Xml.Linq.XElement methodElement ) : MethodEntity
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
methodElement System.Xml.Linq.XElement The method element.
return MethodEntity

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

XhtmlCocoaMethodParser() public method

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

Property Details

VARARG_PARAMETER_REGEX protected_oe static_oe property

protected static Regex,System.Text.RegularExpressions VARARG_PARAMETER_REGEX
return System.Text.RegularExpressions.Regex