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 变量和类型 字段 描述 AttributeListElement. atts属性AttributeListAttributeList. next列表中的下一个属性Methods in javax.swing.text.html.parser that return AttributeList 变量和类型 方法 描述 protected AttributeListDTD. defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)创建并返回响应新属性的AttributeList。AttributeListElement. getAttribute(String name)按名称获取属性。AttributeListElement. getAttributeByValue(String value)按值获取属性。AttributeListElement. getAttributes()获取属性。AttributeListAttributeList. getNext()Methods in javax.swing.text.html.parser with parameters of type 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属性。ElementDTD. 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)创建属性列表元素。
-