public final class ContentModel extends Object implements Serializable
更多信息见对SGML手册556页附录H。
Modifier and Type | Field and Description |
---|---|
Object |
content
内容。
|
ContentModel |
next
接下来的内容模型(在一个',',' | '或'和'表达)。
|
int |
type
型。
|
Constructor and Description |
---|
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)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.