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.