Java プラットフォーム 1.2

クラス
javax.swing.text.html.parser.Entity の使用

Entity を使用するパッケージ
javax.swing.text.html.parser   
 

javax.swing.text.html.parser における Entity の使用方法
 

Entity を返す javax.swing.text.html.parser におけるメソッド
 Entity DTD.getEntity(String name)
          エンティティを名前で取得します。
 Entity DTD.getEntity(int ch)
          文字エンティティを取得します。
 Entity DTD.defineEntity(String name, int type, char[] data)
          エンティティを定義します。
 Entity DTD.defEntity(String name, int type, int ch)
          文字エンティティを定義します。
protected  Entity DTD.defEntity(String name, int type, String str)
          エンティティを定義します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.