软件包 | 描述 |
---|---|
javax.swing.text.html.parser |
提供默认的HTML解析器,以及支持类。
|
Modifier and Type | Field and Description |
---|---|
ContentModel |
Element.content |
ContentModel |
ContentModel.next
接下来的内容模型(在一个',',' | '或'和'表达)。
|
Modifier and Type | Method and Description |
---|---|
protected ContentModel |
DTD.defContentModel(int type, Object obj, ContentModel next)
创建并返回一个新的内容模型。
|
ContentModel |
Element.getContent()
得到的内容模型
|
Modifier and Type | Method and Description |
---|---|
protected ContentModel |
DTD.defContentModel(int type, Object obj, ContentModel next)
创建并返回一个新的内容模型。
|
protected Element |
DTD.defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts)
创建并返回一个
Element 。
|
Element |
DTD.defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts)
返回与指定的参数
Element 。
|
Constructor and Description |
---|
ContentModel(int type, ContentModel content)
创建一个特定类型的内容模型。
|
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.