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 |
---|---|
List<Outline> |
Outline.getChildren()
A list of sub-outlines for this entry.
|
List<Outline> |
Opml.getOutlines()
Root level Outline object that should appear in the <body>
|
Modifier and Type | Method and Description |
---|---|
void |
Outline.setChildren(List<Outline> children)
A list of sub-outlines for this entry.
|
void |
Opml.setOutlines(List<Outline> outlines)
Root level Outline object that should appear in the <body>
|
Modifier and Type | Method and Description |
---|---|
protected SyndEntry |
ConverterForOPML10.createEntry(Stack<Integer> context,
List<SyndEntry> allEntries,
Outline outline) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConverterForOPML10.createEntries(Stack<Integer> context,
List<SyndEntry> allEntries,
List<Outline> outlines) |
Modifier and Type | Method and Description |
---|---|
protected Outline |
OPML10Parser.parseOutline(org.jdom2.Element e,
boolean validate,
Locale locale) |
protected Outline |
OPML20Parser.parseOutline(org.jdom2.Element e,
boolean validate,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected List<Outline> |
OPML10Parser.parseOutlines(List<org.jdom2.Element> elements,
boolean validate,
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 List<org.jdom2.Element> |
OPML10Generator.generateOutlines(List<Outline> outlines) |
Copyright © 2022. All rights reserved.