类的用途
javax.swing.text.html.parser.AttributeList
使用 AttributeList 的包
-
AttributeList 在 javax.swing.text.html.parser 中的用法
修饰符和类型方法描述protected AttributeListDTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts) 创建并返回一个响应新属性的AttributeList。Element.getAttribute(String name) 按名称获取属性。Element.getAttributeByValue(String value) 按值获取属性。Element.getAttributes()获取属性。AttributeList.getNext()返回列表中的下一个属性。javax.swing.text.html.parser 中的方法,参数类型为 AttributeList修饰符和类型方法描述protected AttributeListDTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts) 创建并返回一个响应新属性的AttributeList。protected ElementDTD.defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts) 创建并返回一个Element。voidDTD.defineAttributes(String name, AttributeList atts) 定义Element的属性。DTD.defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts) 返回匹配指定参数的Element。javax.swing.text.html.parser 中的构造函数,参数类型为 AttributeList修饰符构造方法描述AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next) 创建属性列表元素。