|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.text.html.parser.Element
public final class Element
ELEMENT 構成要素を使って DTD に記述されたとおりの要素です。これは、タグに不可欠な記述です。タイプ、コンテンツモデル、属性、属性の型などを記述しています。この記述は、ドキュメントを正しく解析するために Parser により使われます。
DTD
,
AttributeList
フィールドの概要 | |
---|---|
AttributeList |
atts
|
ContentModel |
content
|
Object |
data
ユーザデータを格納するフィールドです。 |
BitSet |
exclusions
|
BitSet |
inclusions
|
int |
index
|
String |
name
|
boolean |
oEnd
|
boolean |
oStart
|
int |
type
|
インタフェース javax.swing.text.html.parser.DTDConstants から継承されたフィールド |
---|
ANY, CDATA, CONREF, CURRENT, DEFAULT, EMPTY, ENDTAG, ENTITIES, ENTITY, FIXED, GENERAL, ID, IDREF, IDREFS, IMPLIED, MD, MODEL, MS, NAME, NAMES, NMTOKEN, NMTOKENS, NOTATION, NUMBER, NUMBERS, NUTOKEN, NUTOKENS, PARAMETER, PI, PUBLIC, RCDATA, REQUIRED, SDATA, STARTTAG, SYSTEM |
メソッドの概要 | |
---|---|
AttributeList |
getAttribute(String name)
属性を名前で取得します。 |
AttributeList |
getAttributeByValue(String name)
属性を値で取得します。 |
AttributeList |
getAttributes()
属性を取得します。 |
ContentModel |
getContent()
コンテンツモデルを返します。 |
int |
getIndex()
インデックスを取得します。 |
String |
getName()
要素の名前を返します。 |
int |
getType()
タイプを取得します。 |
boolean |
isEmpty()
空かどうかを判定します。 |
static int |
name2type(String nm)
|
boolean |
omitEnd()
終了タグを省略できる場合に true を返します。 |
boolean |
omitStart()
開始タグを省略できる場合に true を返します。 |
String |
toString()
文字列に変換します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public int index
public String name
public boolean oStart
public boolean oEnd
public BitSet inclusions
public BitSet exclusions
public int type
public ContentModel content
public AttributeList atts
public Object data
メソッドの詳細 |
---|
public String getName()
public boolean omitStart()
public boolean omitEnd()
public int getType()
public ContentModel getContent()
public AttributeList getAttributes()
public int getIndex()
public boolean isEmpty()
public String toString()
Object
内の toString
public AttributeList getAttribute(String name)
public AttributeList getAttributeByValue(String name)
public static int name2type(String nm)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。