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

상속: ICommentParser
파일 보기 프로젝트 열기: cdrnet/docu 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CommentParser() 공개 메소드

public CommentParser ( ICommentNodeParser parsers ) : System.Collections.Generic
parsers ICommentNodeParser
리턴 System.Collections.Generic

Parse() 공개 메소드

public Parse ( XmlNodeList nodes ) : IList
nodes System.Xml.XmlNodeList
리턴 IList

Parse() 공개 메소드

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

ParseNode() 공개 메소드

public ParseNode ( XmlNode node ) : IList
node System.Xml.XmlNode
리턴 IList

ParseNode() 공개 메소드

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