软件包 | 描述 |
---|---|
javax.swing.text.html.parser |
提供默认的HTML解析器,以及支持类。
|
Modifier and Type | Field and Description |
---|---|
AttributeList |
Element.atts |
AttributeList |
AttributeList.next |
Modifier and Type | Method and Description |
---|---|
protected AttributeList |
DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
创建并返回一个
AttributeList 。
|
AttributeList |
Element.getAttribute(String name)
按名称获取属性。
|
AttributeList |
Element.getAttributeByValue(String name)
按值获取属性。
|
AttributeList |
Element.getAttributes()
获取属性。
|
AttributeList |
AttributeList.getNext() |
Modifier and Type | Method and Description |
---|---|
protected AttributeList |
DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
创建并返回一个
AttributeList 。
|
protected Element |
DTD.defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts)
创建并返回一个
Element 。
|
void |
DTD.defineAttributes(String name, 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 |
---|
AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList 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.