JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.text.html.parser.Entity
的使用

使用 Entity 的軟體套件
javax.swing.text.html.parser 提供預設的 HTML 解析器以及支持類別。 
 

javax.swing.text.html.parserEntity 的使用
 

型別參數型別為 Entityjavax.swing.text.html.parser 中的欄位
 Hashtable<Object,Entity> DTD.entityHash
           
 

返回 Entityjavax.swing.text.html.parser 中的方法
 Entity DTD.defEntity(String name, int type, int ch)
          創建並返回一個字元 Entity
protected  Entity DTD.defEntity(String name, int type, String str)
          創建並返回一個 Entity
 Entity DTD.defineEntity(String name, int type, char[] data)
          定義一個實體。
 Entity DTD.getEntity(int ch)
          獲取一個字元實體。
 Entity DTD.getEntity(String name)
          按名稱獲取一個實體。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only