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 Modifier and Type Field 描述 AttributeList
Element. atts
属性AttributeList
AttributeList. next
列表中的下一个属性Methods in javax.swing.text.html.parser that return AttributeList Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Constructor 描述 AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next)
创建属性列表元素。
-