Uses of Interface
javax.swing.text.AttributeSet
-
Packages that use AttributeSet 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。javax.accessibility 定义用户界面组件与提供对这些组件的访问的辅助技术之间的契约。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit
以及用于创建HTML文本编辑器的支持类。 -
-
Uses of AttributeSet in java.awt
Methods in java.awt that return AttributeSet 变量和类型 方法 描述 AttributeSet
TextComponent.AccessibleAWTTextComponent. getCharacterAttribute(int i)
返回给定字符的AttributeSet(在给定索引处)。 -
Uses of AttributeSet in javax.accessibility
Fields in javax.accessibility declared as AttributeSet 变量和类型 字段 描述 AttributeSet
AccessibleAttributeSequence. attributes
文本属性。Methods in javax.accessibility that return AttributeSet 变量和类型 方法 描述 AttributeSet
AccessibleText. getCharacterAttribute(int i)
返回给定索引处给定字符的AttributeSet
。Methods in javax.accessibility with parameters of type AttributeSet 变量和类型 方法 描述 void
AccessibleEditableText. setAttributes(int startIndex, int endIndex, AttributeSet as)
设置两个索引之间的文本属性。Constructors in javax.accessibility with parameters of type AttributeSet 构造器 描述 AccessibleAttributeSequence(int start, int end, AttributeSet attr)
使用给定参数构造AccessibleAttributeSequence
。 -
Uses of AttributeSet in javax.swing
Methods in javax.swing that return AttributeSet 变量和类型 方法 描述 AttributeSet
AbstractButton.AccessibleAbstractButton. getCharacterAttribute(int i)
返回给定索引处给定字符的AttributeSetAttributeSet
JLabel.AccessibleJLabel. getCharacterAttribute(int i)
返回给定索引处给定字符的AttributeSetAttributeSet
JSpinner.AccessibleJSpinner. getCharacterAttribute(int i)
返回给定索引处给定字符的AttributeSetAttributeSet
ProgressMonitor.AccessibleProgressMonitor. getCharacterAttribute(int i)
返回给定索引处给定字符的AttributeSetAttributeSet
JTextPane. getCharacterAttributes()
获取插入符当前位置生效的字符属性,或null
。AttributeSet
JTextPane. getParagraphAttributes()
获取插入符号位置有效的当前段落属性,如果没有,则null
。Methods in javax.swing with parameters of type AttributeSet 变量和类型 方法 描述 void
JSpinner.AccessibleJSpinner. setAttributes(int startIndex, int endIndex, AttributeSet as)
设置两个索引之间的文本属性。void
JTextPane. setCharacterAttributes(AttributeSet attr, boolean replace)
将给定属性应用于角色内容。void
JTextPane. setParagraphAttributes(AttributeSet attr, boolean replace)
将给定属性应用于段落。 -
Uses of AttributeSet in javax.swing.text
Subinterfaces of AttributeSet in javax.swing.text 变量和类型 接口 描述 interface
MutableAttributeSet
用于可变集合的唯一属性的通用接口。interface
Style
要与文档中的元素关联的属性集合。Classes in javax.swing.text that implement AttributeSet 变量和类型 类 描述 class
AbstractDocument.AbstractElement
实现元素的抽象部分。class
AbstractDocument.BranchElement
实现包含其他元素的复合元素。class
AbstractDocument.LeafElement
实现直接表示某种内容的元素。protected class
DefaultStyledDocument.SectionElement
文档的默认根元素...映射包含的段落/行。class
SimpleAttributeSet
使用哈希表直接实现MutableAttributeSet。class
StyleContext.NamedStyle
一组属性,通常用于表示字符和段落样式。class
StyleContext.SmallAttributeSet
此类在数组中包含少量属性。Fields in javax.swing.text declared as AttributeSet 变量和类型 字段 描述 protected AttributeSet
DefaultStyledDocument.AttributeUndoableEdit. copy
Element包含的AttributeSet的副本。static AttributeSet
SimpleAttributeSet. EMPTY
空属性集。protected AttributeSet
DefaultStyledDocument.AttributeUndoableEdit. newAttributes
包含其他条目的AttributeSet必须是不可变的!Methods in javax.swing.text that return AttributeSet 变量和类型 方法 描述 AttributeSet
AbstractDocument.AttributeContext. addAttribute(AttributeSet old, Object name, Object value)
将属性添加到给定集,并返回新的代表集。AttributeSet
StyleContext. addAttribute(AttributeSet old, Object name, Object value)
将属性添加到给定集,并返回新的代表集。AttributeSet
AbstractDocument.AttributeContext. addAttributes(AttributeSet old, AttributeSet attr)
向元素添加一组属性。AttributeSet
StyleContext. addAttributes(AttributeSet old, AttributeSet attr)
向元素添加一组属性。AttributeSet
AbstractDocument.AbstractElement. copyAttributes()
复制一组属性。AttributeSet
AttributeSet. copyAttributes()
返回保证不随时间变化的属性集。AttributeSet
SimpleAttributeSet. copyAttributes()
制作属性的副本。AttributeSet
StyleContext.NamedStyle. copyAttributes()
复制一组属性。AttributeSet
StyleContext.SmallAttributeSet. copyAttributes()
复制一组属性。AttributeSet
AbstractDocument.AbstractElement. getAttributes()
获取元素的属性。AttributeSet
DefaultStyledDocument.ElementSpec. getAttributes()
获取元素属性。AttributeSet
Element. getAttributes()
获取此元素包含的属性集合。AttributeSet
View. getAttributes()
获取渲染时要使用的属性。AttributeSet
JTextComponent.AccessibleJTextComponent. getCharacterAttribute(int i)
返回给定字符的AttributeSet(在给定索引处)。AttributeSet
AbstractDocument.AttributeContext. getEmptySet()
获取一个空的AttributeSet。AttributeSet
StyleContext. getEmptySet()
获取一个空的AttributeSet。AttributeSet
AbstractDocument.AbstractElement. getResolveParent()
获取解析父级。AttributeSet
AttributeSet. getResolveParent()
获取解析父级。AttributeSet
SimpleAttributeSet. getResolveParent()
获取解析父级。AttributeSet
StyleContext.NamedStyle. getResolveParent()
从父级获取属性。AttributeSet
StyleContext.SmallAttributeSet. getResolveParent()
如果未覆盖,则解析父级默认为父元素。AttributeSet
AbstractDocument.AttributeContext. removeAttribute(AttributeSet old, Object name)
从集合中删除属性。AttributeSet
StyleContext. removeAttribute(AttributeSet old, Object name)
从集合中删除属性。AttributeSet
AbstractDocument.AttributeContext. removeAttributes(AttributeSet old, Enumeration<?> names)
删除元素的一组属性。AttributeSet
AbstractDocument.AttributeContext. removeAttributes(AttributeSet old, AttributeSet attrs)
删除元素的一组属性。AttributeSet
StyleContext. removeAttributes(AttributeSet old, Enumeration<?> names)
删除元素的一组属性。AttributeSet
StyleContext. removeAttributes(AttributeSet old, AttributeSet attrs)
删除元素的一组属性。Methods in javax.swing.text with parameters of type AttributeSet 变量和类型 方法 描述 AttributeSet
AbstractDocument.AttributeContext. addAttribute(AttributeSet old, Object name, Object value)
将属性添加到给定集,并返回新的代表集。AttributeSet
StyleContext. addAttribute(AttributeSet old, Object name, Object value)
将属性添加到给定集,并返回新的代表集。void
AbstractDocument.AbstractElement. addAttributes(AttributeSet attr)
向元素添加一组属性。AttributeSet
AbstractDocument.AttributeContext. addAttributes(AttributeSet old, AttributeSet attr)
向元素添加一组属性。void
MutableAttributeSet. addAttributes(AttributeSet attributes)
创建一个与此类似的新属性集,但它包含给定的属性和值。void
SimpleAttributeSet. addAttributes(AttributeSet attributes)
向列表添加一组属性。AttributeSet
StyleContext. addAttributes(AttributeSet old, AttributeSet attr)
向元素添加一组属性。void
StyleContext.NamedStyle. addAttributes(AttributeSet attr)
向元素添加一组属性。boolean
AbstractDocument.AbstractElement. containsAttributes(AttributeSet attrs)
检查元素是否包含所有属性。boolean
AttributeSet. containsAttributes(AttributeSet attributes)
如果此set定义具有相等值的给定集合中的所有属性,则返回true
。boolean
SimpleAttributeSet. containsAttributes(AttributeSet attributes)
检查属性列表是否包含所有指定的名称/值对。boolean
StyleContext.NamedStyle. containsAttributes(AttributeSet attrs)
检查元素是否包含所有属性。boolean
StyleContext.SmallAttributeSet. containsAttributes(AttributeSet attrs)
检查属性集是否包含所有给定属性。protected Element
AbstractDocument. createBranchElement(Element parent, AttributeSet a)
创建一个文档分支元素,可以包含其他元素。protected MutableAttributeSet
StyleContext. createLargeAttributeSet(AttributeSet a)
创建一大堆属性,这些属性应该在空间上进行权衡。protected Element
AbstractDocument. createLeafElement(Element parent, AttributeSet a, int p0, int p1)
创建文档叶元素。protected StyleContext.SmallAttributeSet
StyleContext. createSmallAttributeSet(AttributeSet a)
创建可以共享的紧凑属性集。static int
StyleConstants. getAlignment(AttributeSet a)
获取对齐设置。Color
DefaultStyledDocument. getBackground(AttributeSet attr)
从属性集中获取背景颜色。static Color
StyleConstants. getBackground(AttributeSet a)
从属性列表中获取背景颜色设置。Color
StyleContext. getBackground(AttributeSet attr)
获取一组属性并将其转换为背景颜色规范。Color
StyledDocument. getBackground(AttributeSet attr)
获取一组属性并将其转换为背景颜色规范。static int
StyleConstants. getBidiLevel(AttributeSet a)
获取BidiLevel设置。static Component
StyleConstants. getComponent(AttributeSet a)
从属性列表中获取组件设置。static float
StyleConstants. getFirstLineIndent(AttributeSet a)
获取第一行缩进设置。Font
DefaultStyledDocument. getFont(AttributeSet attr)
从属性集中获取字体。Font
StyleContext. getFont(AttributeSet attr)
从属性集中获取字体。Font
StyledDocument. getFont(AttributeSet attr)
获取一组属性并将其转换为字体规范。static String
StyleConstants. getFontFamily(AttributeSet a)
从属性列表中获取字体系列设置。static int
StyleConstants. getFontSize(AttributeSet a)
从属性列表中获取字体大小设置。Color
DefaultStyledDocument. getForeground(AttributeSet attr)
从属性集中获取前景色。static Color
StyleConstants. getForeground(AttributeSet a)
从属性列表中获取前景色设置。Color
StyleContext. getForeground(AttributeSet attr)
获取一组属性并将其转换为前景色规范。Color
StyledDocument. getForeground(AttributeSet attr)
获取一组属性并将其转换为前景色规范。static Icon
StyleConstants. getIcon(AttributeSet a)
从属性列表中获取图标设置。static float
StyleConstants. getLeftIndent(AttributeSet a)
获取左缩进设置。static float
StyleConstants. getLineSpacing(AttributeSet a)
获取行间距设置。static float
StyleConstants. getRightIndent(AttributeSet a)
获取正确的缩进设置。static float
StyleConstants. getSpaceAbove(AttributeSet a)
获取上面的空间设置。static float
StyleConstants. getSpaceBelow(AttributeSet a)
获取设置下方的空间。static TabSet
StyleConstants. getTabSet(AttributeSet a)
获取TabSet。void
AbstractDocument. insertString(int offs, String str, AttributeSet a)
将一些内容插入到文档中。void
Document. insertString(int offset, String str, AttributeSet a)
插入一串内容。abstract void
DocumentFilter.FilterBypass. insertString(int offset, String string, AttributeSet attr)
插入指定的文本,绕过DocumentFilter。void
DocumentFilter. insertString(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr)
在将文本插入指定的Document之前调用。void
PlainDocument. insertString(int offs, String str, AttributeSet a)
将一些内容插入到文档中。protected void
AbstractDocument. insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
作为文本插入的结果更新文档结构。protected void
DefaultStyledDocument. insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
作为文本插入的结果更新文档结构。protected void
PlainDocument. insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
作为文本插入的结果更新文档结构。static boolean
StyleConstants. isBold(AttributeSet a)
检查是否设置了粗体属性。boolean
AbstractDocument.AbstractElement. isEqual(AttributeSet attr)
检查两个属性集是否相等。boolean
AttributeSet. isEqual(AttributeSet attr)
确定两个属性集是否相同。boolean
SimpleAttributeSet. isEqual(AttributeSet attr)
比较两个属性集。boolean
StyleContext.NamedStyle. isEqual(AttributeSet attr)
检查两个属性集是否相等。boolean
StyleContext.SmallAttributeSet. isEqual(AttributeSet attr)
检查两个属性集是否相等。static boolean
StyleConstants. isItalic(AttributeSet a)
检查是否设置了斜体属性。static boolean
StyleConstants. isStrikeThrough(AttributeSet a)
检查是否设置了删除线属性。static boolean
StyleConstants. isSubscript(AttributeSet a)
检查是否设置了下标属性。static boolean
StyleConstants. isSuperscript(AttributeSet a)
检查是否设置了上标属性。static boolean
StyleConstants. isUnderline(AttributeSet a)
检查是否设置了下划线属性。void
AbstractDocument.AttributeContext. reclaim(AttributeSet a)
回收属性集。void
StyleContext. reclaim(AttributeSet a)
返回MutableAttributeSet实现不再需要的集合。AttributeSet
AbstractDocument.AttributeContext. removeAttribute(AttributeSet old, Object name)
从集合中删除属性。AttributeSet
StyleContext. removeAttribute(AttributeSet old, Object name)
从集合中删除属性。void
AbstractDocument.AbstractElement. removeAttributes(AttributeSet attrs)
删除元素的一组属性。AttributeSet
AbstractDocument.AttributeContext. removeAttributes(AttributeSet old, Enumeration<?> names)
删除元素的一组属性。AttributeSet
AbstractDocument.AttributeContext. removeAttributes(AttributeSet old, AttributeSet attrs)
删除元素的一组属性。void
MutableAttributeSet. removeAttributes(AttributeSet attributes)
使用给定的name
删除一组属性。void
SimpleAttributeSet. removeAttributes(AttributeSet attributes)
从列表中删除一组属性。void
StyleContext.NamedStyle. removeAttributes(AttributeSet attrs)
删除元素的一组属性。AttributeSet
StyleContext. removeAttributes(AttributeSet old, Enumeration<?> names)
删除元素的一组属性。AttributeSet
StyleContext. removeAttributes(AttributeSet old, AttributeSet attrs)
删除元素的一组属性。void
AbstractDocument. replace(int offset, int length, String text, AttributeSet attrs)
删除文本区域offset
到offset + length
,并将其替换为text
。abstract void
DocumentFilter.FilterBypass. replace(int offset, int length, String string, AttributeSet attrs)
删除文本区域offset
到offset + length
,并将其替换为text
。void
DocumentFilter. replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs)
在替换指定Document中的文本区域之前调用。void
JTextComponent.AccessibleJTextComponent. setAttributes(int startIndex, int endIndex, AttributeSet as)
设置两个索引之间的文本属性。void
DefaultStyledDocument. setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace)
设置文档某些部分的属性。void
StyledDocument. setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace)
更改用于文档中给定范围的现有内容的内容元素属性。protected void
StyledEditorKit.StyledTextAction. setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
将给定属性应用于角色内容。void
DefaultStyledDocument. setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace)
设置段落的属性。void
StyledDocument. setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace)
设置段落属性。protected void
StyledEditorKit.StyledTextAction. setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
将给定属性应用于段落。protected void
CompositeView. setParagraphInsets(AttributeSet attr)
设置给定属性中指定的段落属性的插入。void
AbstractDocument.AbstractElement. setResolveParent(AttributeSet parent)
设置解析父级。void
MutableAttributeSet. setResolveParent(AttributeSet parent)
设置解析父级。void
SimpleAttributeSet. setResolveParent(AttributeSet parent)
设置解析父级。void
StyleContext.NamedStyle. setResolveParent(AttributeSet parent)
设置解析父级。protected void
AbstractWriter. writeAttributes(AttributeSet attr)
将属性集写为“<name> = <value>”对。void
StyleContext. writeAttributes(ObjectOutputStream out, AttributeSet a)
写出属性的特定于上下文的处理static void
StyleContext. writeAttributeSet(ObjectOutputStream out, AttributeSet a)
为了序列化,将一组属性写入给定的对象流。Constructors in javax.swing.text with parameters of type AttributeSet 构造器 描述 AbstractElement(Element parent, AttributeSet a)
创建一个新的AbstractElement。AttributeUndoableEdit(Element element, AttributeSet newAttributes, boolean isReplacing)
构造一个AttributeUndoableEdit
。BranchElement(Element parent, AttributeSet a)
构造一个最初不包含子元素的复合元素。ElementSpec(AttributeSet a, short type)
当标记不存储在文档中时,构造函数对标记有用。ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
用于在内部创建规范以便批量输入内容和标记到文档中的构造函数。ElementSpec(AttributeSet a, short type, int len)
用于在已添加数据时解析文档内部的构造函数,但需要len信息。LeafElement(Element parent, AttributeSet a, int offs0, int offs1)
构造一个表示文档内容的元素(没有子元素)。SimpleAttributeSet(AttributeSet source)
根据提供的属性集创建新的属性集。SmallAttributeSet(AttributeSet attrs)
构造一个SmallAttributeSet。 -
Uses of AttributeSet in javax.swing.text.html
Classes in javax.swing.text.html that implement AttributeSet 变量和类型 类 描述 class
HTMLDocument.BlockElement
表示HTML结构 块的元素。class
HTMLDocument.RunElement
表示一组文本的元素,该文本具有分配给它的一组HTML字符级属性。Methods in javax.swing.text.html that return AttributeSet 变量和类型 方法 描述 AttributeSet
StyleSheet. addAttribute(AttributeSet old, Object key, Object value)
将属性添加到给定集,并返回新的代表集。AttributeSet
StyleSheet. addAttributes(AttributeSet old, AttributeSet attr)
向元素添加一组属性。AttributeSet
BlockView. getAttributes()
获取渲染时要使用的属性。abstract AttributeSet
HTMLDocument.Iterator. getAttributes()
返回此标记的属性。AttributeSet
ImageView. getAttributes()
获取渲染时要使用的属性。AttributeSet
InlineView. getAttributes()
获取渲染时要使用的属性。AttributeSet
Option. getAttributes()
获取与此选项关联的属性。AttributeSet
ParagraphView. getAttributes()
获取渲染时要使用的属性。AttributeSet
StyleSheet. getDeclaration(String decl)
将CSS声明转换为表示CSS声明的AttributeSet。AttributeSet
HTMLDocument.BlockElement. getResolveParent()
获取解析父级。AttributeSet
HTMLDocument.RunElement. getResolveParent()
获取解析父级。AttributeSet
StyleSheet. getViewAttributes(View v)
获取要在视图中使用的一组属性以进行显示。AttributeSet
StyleSheet. removeAttribute(AttributeSet old, Object key)
从集合中删除属性。AttributeSet
StyleSheet. removeAttributes(AttributeSet old, Enumeration<?> names)
删除元素的一组属性。AttributeSet
StyleSheet. removeAttributes(AttributeSet old, AttributeSet attrs)
删除一组属性。AttributeSet
StyleSheet. translateHTMLToCSS(AttributeSet htmlAttrSet)
将一组HTML属性转换为一组等效的CSS属性。Methods in javax.swing.text.html with parameters of type AttributeSet 变量和类型 方法 描述 AttributeSet
StyleSheet. addAttribute(AttributeSet old, Object key, Object value)
将属性添加到给定集,并返回新的代表集。AttributeSet
StyleSheet. addAttributes(AttributeSet old, AttributeSet attr)
向元素添加一组属性。protected void
HTMLWriter. closeOutUnwantedEmbeddedTags(AttributeSet attr)
搜索属性集以及存储在标记向量中的每个标记。protected Element
HTMLDocument. createBranchElement(Element parent, AttributeSet a)
创建一个文档分支元素,可以包含其他元素。protected MutableAttributeSet
StyleSheet. createLargeAttributeSet(AttributeSet a)
创建一大堆属性,这些属性应该在空间上进行权衡。protected Element
HTMLDocument. createLeafElement(Element parent, AttributeSet a, int p0, int p1)
创建直接表示文本的文档叶元素(没有任何子元素)。protected StyleContext.SmallAttributeSet
StyleSheet. createSmallAttributeSet(AttributeSet a)
创建可以共享的紧凑属性集。Color
StyleSheet. getBackground(AttributeSet a)
获取一组属性并将其转换为背景颜色规范。StyleSheet.BoxPainter
StyleSheet. getBoxPainter(AttributeSet a)
获取框格式化程序以用于给定的CSS属性集。Font
StyleSheet. getFont(AttributeSet a)
获取用于给定属性集的字体。Color
StyleSheet. getForeground(AttributeSet a)
获取一组属性并将其转换为前景色规范。static int
HTML. getIntegerAttributeValue(AttributeSet attr, HTML.Attribute key, int def)
获取整数属性值。StyleSheet.ListPainter
StyleSheet. getListPainter(AttributeSet a)
获取列表格式化程序以用于给定的CSS属性集。protected void
HTMLDocument. insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
作为文本插入的结果更新文档结构。protected boolean
HTMLWriter. isBlockTag(AttributeSet attr)
确定与元素关联的HTML.Tag是否为块标记。protected boolean
HTMLWriter. matchNameAttribute(AttributeSet attr, HTML.Tag tag)
如果StyleConstants.NameAttribute等于作为参数传入的标记,则返回true。AttributeSet
StyleSheet. removeAttribute(AttributeSet old, Object key)
从集合中删除属性。AttributeSet
StyleSheet. removeAttributes(AttributeSet old, Enumeration<?> names)
删除元素的一组属性。AttributeSet
StyleSheet. removeAttributes(AttributeSet old, AttributeSet attrs)
删除一组属性。protected void
HTMLWriter. selectContent(AttributeSet attr)
写出SELECT表单元素的内容。void
HTMLDocument. setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace)
设置段落的属性。protected void
HTMLWriter. textAreaContent(AttributeSet attr)
写出TEXTAREA表单元素中包含的文本。AttributeSet
StyleSheet. translateHTMLToCSS(AttributeSet htmlAttrSet)
将一组HTML属性转换为一组等效的CSS属性。protected void
HTMLWriter. writeAttributes(AttributeSet attr)
写出属性集。protected void
MinimalHTMLWriter. writeAttributes(AttributeSet attr)
写出以下类型的所有属性:StyleConstants.ParagraphConstants,StyleConstants.CharacterConstants,StyleConstants.FontConstants,StyleConstants.ColorConstants。protected void
HTMLWriter. writeEmbeddedTags(AttributeSet attr)
在AttributeSet中搜索嵌入式标记并将其写出。protected void
MinimalHTMLWriter. writeHTMLTags(AttributeSet attr)
根据文本的属性设置为文本生成粗体<b>,斜体<i>和<u>标记。protected void
MinimalHTMLWriter. writeNonHTMLAttributes(AttributeSet attr)
以符合HTML的方式写出剩余的字符级属性(粗体,斜体和下划线以外的属性)。Constructors in javax.swing.text.html with parameters of type AttributeSet 构造器 描述 BlockElement(Element parent, AttributeSet a)
构造一个最初不包含子元素的复合元素。Option(AttributeSet attr)
创建一个新的Option对象。RunElement(Element parent, AttributeSet a, int offs0, int offs1)
构造一个表示文档内容的元素(没有子元素)。
-