C# Class Docu.Parsing.Comments.CommentParser

Inheritance: ICommentParser
Afficher le fichier Open project: cdrnet/docu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CommentParser ( ICommentNodeParser parsers ) : System.Collections.Generic
parsers ICommentNodeParser
Résultat System.Collections.Generic

Parse() public méthode

public Parse ( XmlNodeList nodes ) : IList
nodes System.Xml.XmlNodeList
Résultat IList

Parse() public méthode

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

ParseNode() public méthode

public ParseNode ( XmlNode node ) : IList
node System.Xml.XmlNode
Résultat IList

ParseNode() public méthode

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