jp.hishidama.html.parser.rule
クラス ParseTbody

java.lang.Object
  上位を拡張 jp.hishidama.html.parser.rule.HtParser
      上位を拡張 jp.hishidama.html.parser.rule.ParsePriority
          上位を拡張 jp.hishidama.html.parser.rule.ParseTbody

public class ParseTbody
extends ParsePriority

thead,tbody,tfoot要素パーサー.

導入されたバージョン:
2009.02.08

コンストラクタの概要
ParseTbody(String name, int prio)
           
 
メソッドの概要
 
クラス jp.hishidama.html.parser.rule.HtParser から継承されたメソッド
canOmmitE, canOmmitS, getName, hasNoBody, isBlock, parse, setBlock, setName, setNoBody, setOmmitE, setOmmitS
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ParseTbody

public ParseTbody(String name,
                  int prio)