Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
getAttributeContext
should be implemented to
return the object responsible for implementing the desired
compression technique.
Method Summary | |
AttributeSet | addAttribute(AttributeSet old,
java.lang.Object name,
java.lang.Object value)
Adds an attribute to the given set, and returns the new representative set. |
AttributeSet | addAttributes(AttributeSet old,
AttributeSet attr)
Adds a set of attributes to the element. |
AttributeSet | getEmptySet()
Fetches an empty AttributeSet. |
void | reclaim(AttributeSet a)
Reclaims an attribute set. |
AttributeSet | removeAttribute(AttributeSet old,
java.lang.Object name)
Removes an attribute from the set. |
AttributeSet | removeAttributes(AttributeSet old,
java.util.Enumeration names)
Removes a set of attributes for the element. |
AttributeSet | removeAttributes(AttributeSet old,
AttributeSet attrs)
Removes a set of attributes for the element. |
Method Detail |
public AttributeSet addAttribute(AttributeSet old, java.lang.Object name, java.lang.Object value)
old
- the old attribute set
name
- the non-null attribute name
value
- the attribute valuepublic AttributeSet addAttributes(AttributeSet old, AttributeSet attr)
old
- the old attribute set
attr
- the attributes to addpublic AttributeSet removeAttribute(AttributeSet old, java.lang.Object name)
old
- the old attribute set
name
- the non-null attribute namepublic AttributeSet removeAttributes(AttributeSet old, java.util.Enumeration names)
old
- the old attribute set
names
- the attribute namespublic AttributeSet removeAttributes(AttributeSet old, AttributeSet attrs)
old
- the old attribute set
attrs
- the attributespublic AttributeSet getEmptySet()
public void reclaim(AttributeSet a)
a
- the attribute set to reclaimOverview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |