C# Class Docu.Parsing.Comments.CommentParser

Inheritance: ICommentParser
Show file Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
CommentParser ( ICommentNodeParser parsers ) : System.Collections.Generic
Parse ( XmlNodeList nodes ) : IList
Parse ( XmlNodeList nodes, Docu.Parsing.Comments.ParseOptions options ) : IList
ParseNode ( XmlNode node ) : IList
ParseNode ( XmlNode node, Docu.Parsing.Comments.ParseOptions options ) : IList

Method Details

CommentParser() public method

public CommentParser ( ICommentNodeParser parsers ) : System.Collections.Generic
parsers ICommentNodeParser
return System.Collections.Generic

Parse() public method

public Parse ( XmlNodeList nodes ) : IList
nodes System.Xml.XmlNodeList
return IList

Parse() public method

public Parse ( XmlNodeList nodes, Docu.Parsing.Comments.ParseOptions options ) : IList
nodes System.Xml.XmlNodeList
options Docu.Parsing.Comments.ParseOptions
return IList

ParseNode() public method

public ParseNode ( XmlNode node ) : IList
node System.Xml.XmlNode
return IList

ParseNode() public method

public ParseNode ( XmlNode node, Docu.Parsing.Comments.ParseOptions options ) : IList
node System.Xml.XmlNode
options Docu.Parsing.Comments.ParseOptions
return IList