C# 클래스 Docu.Parsing.Comments.MultilineCodeCommentParser

상속: ICommentNodeParser
파일 보기 프로젝트 열기: cdrnet/docu

공개 메소드들

메소드 설명
CanParse ( XmlNode node ) : bool
Parse ( ICommentParser parser, XmlNode node, bool first, bool last, Docu.Parsing.Comments.ParseOptions options ) : Comment

메소드 상세

CanParse() 공개 메소드

public CanParse ( XmlNode node ) : bool
node System.Xml.XmlNode
리턴 bool

Parse() 공개 메소드

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
리턴 Docu.Documentation.Comments.Comment