|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
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 Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。