public final class ContentModel extends Object implements Serializable
詳細は、『SGML handbook』556ページの付録H (Annex H)を参照してください。
修飾子と型 | フィールドと説明 |
---|---|
Object |
content
コンテンツです。
|
ContentModel |
next
「,」式、「|」式、または「&」式の中にある次のコンテンツ・モデルです。
|
int |
type
タイプです。
|
コンストラクタと説明 |
---|
ContentModel() |
ContentModel(Element content)
要素のコンテンツ・モデルを作成します。
|
ContentModel(int type, ContentModel content)
特定のタイプのコンテンツ・モデルを作成します。
|
ContentModel(int type, Object content, ContentModel next)
特定のタイプのコンテンツ・モデルを作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
boolean |
empty()
コンテンツ・モデルが空の入力ストリームと一致する場合にtrueを返します。
|
Element |
first()
次の要素を返します。
|
boolean |
first(Object token)
tokenが入力ストリームの最初のトークンになる場合にtrueを返します。
|
void |
getElements(Vector<Element> elemVec)
このcontentModelの一部である要素のリストを使って、elemVecを更新します。
|
String |
toString()
文字列に変換します。
|
public int type
public Object content
public ContentModel next
public ContentModel()
public ContentModel(Element content)
public ContentModel(int type, ContentModel content)
public ContentModel(int type, Object content, ContentModel next)
public boolean empty()
public void getElements(Vector<Element> elemVec)
public boolean first(Object token)
public Element first()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.