public interface Attributes
| Modifier and Type | Interface and Description |
|---|---|
static class |
Attributes.Wrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAttributes() |
Object |
getAttribute(String name) |
default Enumeration<String> |
getAttributeNames() |
Set<String> |
getAttributeNameSet() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object attribute) |
static Attributes |
unwrap(Attributes attributes) |
void removeAttribute(String name)
default Enumeration<String> getAttributeNames()
void clearAttributes()
static Attributes unwrap(Attributes attributes)
Copyright © 2010 - 2020 Adobe. All Rights Reserved