C# Class deckgen.Parser

ファイルを表示 Open project: onami/anki-decks-generator

Protected Properties

Property Type Description
count_ int

Protected Methods

Method Description
GetName ( HtmlNode node ) : string
getInnerHtml ( HtmlNode node ) : string
getText ( HtmlNode node ) : string

Method Details

GetName() protected method

protected GetName ( HtmlNode node ) : string
node HtmlAgilityPack.HtmlNode
return string

getInnerHtml() protected static method

protected static getInnerHtml ( HtmlNode node ) : string
node HtmlAgilityPack.HtmlNode
return string

getText() protected static method

protected static getText ( HtmlNode node ) : string
node HtmlAgilityPack.HtmlNode
return string

Property Details

count_ protected_oe property

protected int count_
return int