public final class Element extends Object implements DTDConstants, Serializable
DTD
, AttributeList
修飾子と型 | フィールドと説明 |
---|---|
AttributeList |
atts |
ContentModel |
content |
Object |
data
ユーザー・データを格納するフィールドです。
|
BitSet |
exclusions |
BitSet |
inclusions |
int |
index |
String |
name |
boolean |
oEnd |
boolean |
oStart |
int |
type |
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()
文字列に変換します。
|
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 AttributeList getAttribute(String name)
public AttributeList getAttributeByValue(String name)
public static int name2type(String nm)
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.