|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.swing.text.html.parser.ContentModel
public final class ContentModel
内容模式的表示形式。内容模式基本上是一个受限制的 BNF 表达式。受限制从某种意义上来说就是,它必须是确定的。这意味着您不必将它表示为一个有限状态自动机。
有关更多信息,请参阅 SGML 手册第 556 页中的 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)
如果标记可能为输入流中第一个标记,则返回 true。 |
void |
getElements(Vector<Element> elemVec)
使用作为此 contentModel 一部分的元素列表更新 elemVec。 |
String |
toString()
转换为字符串。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
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()
public String toString()
Object
中的 toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。