Package | Description |
---|---|
com.rometools.opml.feed.opml |
This package represents the base objects for OPML support for ROME.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Attribute> |
Outline.attributes |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Outline.getAttributes()
List of attributes on this outline excluding the "common types" for the specification.
|
Modifier and Type | Method and Description |
---|---|
void |
Outline.setAttributes(java.util.List<Attribute> attributes)
List of attributes on this outline excluding the "common types" for the specification.
|