Uses of Class
javax.swing.text.html.parser.AttributeList
-
Packages that use AttributeList 软件包 描述 javax.swing.text.html.parser 提供默认的HTML解析器以及支持类。 -
-
Uses of AttributeList in javax.swing.text.html.parser
Fields in javax.swing.text.html.parser declared as AttributeList 变量和类型 字段 描述 AttributeList
Element. atts
属性AttributeList
AttributeList. next
列表中的下一个属性Methods in javax.swing.text.html.parser that return AttributeList 变量和类型 方法 描述 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 value)
按值获取属性。AttributeList
Element. getAttributes()
获取属性。AttributeList
AttributeList. getNext()
Methods in javax.swing.text.html.parser with parameters of type AttributeList 变量和类型 方法 描述 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
。Constructors in javax.swing.text.html.parser with parameters of type AttributeList 构造器 描述 AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next)
创建属性列表元素。
-