クラス
jp.hishidama.html.parser.rule.HtParser の使用

HtParser を使用しているパッケージ
jp.hishidama.html.parser.rule HtHtmlParser要素独自解析パッケージ 
 

jp.hishidama.html.parser.rule での HtParser の使用
 

jp.hishidama.html.parser.rule での HtParser のサブクラス
 class ParseBody
          body要素パーサー.
 class ParseDd
          dd,dt要素パーサー.
 class ParseHead
          head要素パーサー.
 class ParseHtml
          html要素パーサー.
 class ParseInline
          インライン要素しか持たない要素のパーサー.
 class ParseLi
          li要素パーサー.
 class ParseOption
          option要素パーサー.
 class ParsePriority
          優先処理を行う要素のパーサー.
 class ParseRb
          rb,rp,rt要素パーサー.
 class ParseTbody
          thead,tbody,tfoot要素パーサー.
 class ParseTd
          td,th要素パーサー.
 class ParseTr
          tr要素パーサー.
 

HtParser を返す jp.hishidama.html.parser.rule のメソッド
 HtParser HtParserManager.getDefaultParser()
          デフォルトHtHtmlParser取得.
 HtParser HtParserManager.getParser(String name)
          HtHtmlParser取得.