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)
特定のタイプのコンテンツモデルを作成します。
|
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, 2013, Oracle and/or its affiliates. All rights reserved.