C# Class Docu.Parsing.Comments.InlineListCommentParser

Inheritance: ICommentNodeParser
Show file Open project: cdrnet/docu

Public Methods

Method Description
CanParse ( XmlNode node ) : bool
Parse ( ICommentParser parser, XmlNode node, bool first, bool last, Docu.Parsing.Comments.ParseOptions options ) : Comment

Private Methods

Method Description
createListForType ( string typeName ) : InlineList

Method Details

CanParse() public method

public CanParse ( XmlNode node ) : bool
node System.Xml.XmlNode
return bool

Parse() public method

public Parse ( ICommentParser parser, XmlNode node, bool first, bool last, Docu.Parsing.Comments.ParseOptions options ) : Comment
parser ICommentParser
node System.Xml.XmlNode
first bool
last bool
options Docu.Parsing.Comments.ParseOptions
return Docu.Documentation.Comments.Comment