C# Class Docu.Parsing.Comments.ParagraphCommentParser

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

Méthodes publiques

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

Method Details

CanParse() public méthode

public CanParse ( XmlNode node ) : bool
node System.Xml.XmlNode
Résultat bool

Parse() public méthode

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
Résultat Docu.Documentation.Comments.Comment