|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Entity を使用しているパッケージ | |
---|---|
javax.swing.text.html.parser | デフォルトの HTML パーサを、サポートクラスと共に提供します。 |
javax.swing.text.html.parser での Entity の使用 |
---|
Entity 型の型パラメータを持つ javax.swing.text.html.parser のフィールド | |
---|---|
Hashtable<Object,Entity> |
DTD.entityHash
|
Entity を返す javax.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. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。