| Package | Description |
|---|---|
| com.rometools.opml.feed.opml |
This package represents the base objects for OPML support for ROME.
|
| com.rometools.opml.feed.synd.impl |
This packages contains the SyndFeed converters for the
OPML module.
|
| com.rometools.opml.io.impl |
This package contains the feed parsers for OPML1 and OPML2.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Outline> |
Outline.getChildren()
A list of sub-outlines for this entry.
|
java.util.List<Outline> |
Opml.getOutlines()
Root level Outline object that should appear in the <body>
|
| Modifier and Type | Method and Description |
|---|---|
void |
Outline.setChildren(java.util.List<Outline> children)
A list of sub-outlines for this entry.
|
void |
Opml.setOutlines(java.util.List<Outline> outlines)
Root level Outline object that should appear in the <body>
|
| Modifier and Type | Method and Description |
|---|---|
protected SyndEntry |
ConverterForOPML10.createEntry(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
Outline outline) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConverterForOPML10.createEntries(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
java.util.List<Outline> outlines) |
| Modifier and Type | Method and Description |
|---|---|
protected Outline |
OPML20Parser.parseOutline(org.jdom2.Element e,
boolean validate,
java.util.Locale locale) |
protected Outline |
OPML10Parser.parseOutline(org.jdom2.Element e,
boolean validate,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Outline> |
OPML10Parser.parseOutlines(java.util.List<org.jdom2.Element> elements,
boolean validate,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom2.Element |
OPML20Generator.generateOutline(Outline outline) |
protected org.jdom2.Element |
OPML10Generator.generateOutline(Outline outline) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.jdom2.Element> |
OPML10Generator.generateOutlines(java.util.List<Outline> outlines) |
Copyright © 2025. All rights reserved.