|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedException | |
---|---|
com.sun.syndication.io | |
com.sun.syndication.io.impl |
Uses of FeedException in com.sun.syndication.io |
---|
Subclasses of FeedException in com.sun.syndication.io | |
---|---|
class |
ParsingFeedException
Exception thrown by WireFeedInput instance if it can not parse a feed. |
Methods in com.sun.syndication.io that throw FeedException | |
---|---|
SyndFeed |
SyndFeedInput.build(Document document)
Builds SyndFeedImpl from an W3C DOM document. |
SyndFeed |
SyndFeedInput.build(org.jdom2.Document document)
Builds SyndFeedImpl from an JDOM document. |
WireFeed |
WireFeedInput.build(Document document)
Builds an WireFeed (RSS or Atom) from an W3C DOM document. |
WireFeed |
WireFeedInput.build(org.jdom2.Document document)
Builds an WireFeed (RSS or Atom) from an JDOM document. |
SyndFeed |
SyndFeedInput.build(File file)
Builds SyndFeedImpl from a file. |
WireFeed |
WireFeedInput.build(File file)
Builds an WireFeed (RSS or Atom) from a file. |
SyndFeed |
SyndFeedInput.build(InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource. |
WireFeed |
WireFeedInput.build(InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource. |
SyndFeed |
SyndFeedInput.build(Reader reader)
Builds SyndFeedImpl from an Reader. |
WireFeed |
WireFeedInput.build(Reader reader)
Builds an WireFeed (RSS or Atom) from an Reader. |
org.jdom2.Document |
WireFeedGenerator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean. |
void |
SyndFeedOutput.output(SyndFeed feed,
File file)
Creates a File containing with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given SyndFeedImpl. |
void |
WireFeedOutput.output(WireFeed feed,
File file)
Creates a File containing with the XML representation for the given WireFeed. |
void |
WireFeedOutput.output(WireFeed feed,
File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given WireFeed. |
void |
WireFeedOutput.output(WireFeed feed,
Writer writer)
Writes to an Writer the XML representation for the given WireFeed. |
void |
WireFeedOutput.output(WireFeed feed,
Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given WireFeed. |
org.jdom2.Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl. |
org.jdom2.Document |
WireFeedOutput.outputJDom(WireFeed feed)
Creates a JDOM document for the given WireFeed. |
String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl. |
String |
SyndFeedOutput.outputString(SyndFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given SyndFeedImpl. |
String |
WireFeedOutput.outputString(WireFeed feed)
Creates a String with the XML representation for the given WireFeed. |
String |
WireFeedOutput.outputString(WireFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given WireFeed. |
Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl. |
Document |
WireFeedOutput.outputW3CDom(WireFeed feed)
Creates a W3C DOM document for the given WireFeed. |
WireFeed |
WireFeedParser.parse(org.jdom2.Document document,
boolean validate)
Parses an XML document (JDOM Document) into a feed bean. |
Uses of FeedException in com.sun.syndication.io.impl |
---|
Methods in com.sun.syndication.io.impl that throw FeedException | |
---|---|
protected void |
RSS090Generator.addChannel(Channel channel,
org.jdom2.Element parent)
|
protected void |
RSS091UserlandGenerator.addChannel(Channel channel,
org.jdom2.Element parent)
|
protected void |
Atom10Generator.addEntries(Feed feed,
org.jdom2.Element parent)
|
protected void |
Atom03Generator.addEntries(Feed feed,
org.jdom2.Element parent)
|
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom2.Element parent)
|
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom2.Element parent)
|
protected void |
Atom10Generator.addFeed(Feed feed,
org.jdom2.Element parent)
|
protected void |
Atom03Generator.addFeed(Feed feed,
org.jdom2.Element parent)
|
protected void |
RSS090Generator.addImage(Channel channel,
org.jdom2.Element parent)
|
protected void |
RSS090Generator.addItem(Item item,
org.jdom2.Element parent,
int index)
|
protected void |
RSS090Generator.addItems(Channel channel,
org.jdom2.Element parent)
|
protected void |
RSS090Generator.addTextInput(Channel channel,
org.jdom2.Element parent)
|
protected void |
RSS10Generator.checkChannelConstraints(org.jdom2.Element eChannel)
|
protected void |
RSS090Generator.checkChannelConstraints(org.jdom2.Element eChannel)
|
protected void |
RSS092Generator.checkChannelConstraints(org.jdom2.Element eChannel)
|
protected void |
RSS091UserlandGenerator.checkChannelConstraints(org.jdom2.Element eChannel)
|
protected void |
Atom10Generator.checkEntriesConstraints(org.jdom2.Element parent)
|
protected void |
Atom03Generator.checkEntriesConstraints(org.jdom2.Element parent)
|
protected void |
Atom10Generator.checkEntryConstraints(org.jdom2.Element eEntry)
|
protected void |
Atom03Generator.checkEntryConstraints(org.jdom2.Element eEntry)
|
protected void |
Atom10Generator.checkFeedHeaderConstraints(org.jdom2.Element eFeed)
|
protected void |
Atom03Generator.checkFeedHeaderConstraints(org.jdom2.Element eFeed)
|
protected void |
RSS10Generator.checkImageConstraints(org.jdom2.Element eImage)
|
protected void |
RSS090Generator.checkImageConstraints(org.jdom2.Element eImage)
|
protected void |
RSS092Generator.checkImageConstraints(org.jdom2.Element eImage)
|
protected void |
RSS091UserlandGenerator.checkImageConstraints(org.jdom2.Element eImage)
|
protected void |
RSS10Generator.checkItemConstraints(org.jdom2.Element eItem)
|
protected void |
RSS090Generator.checkItemConstraints(org.jdom2.Element eItem)
|
protected void |
RSS092Generator.checkItemConstraints(org.jdom2.Element eItem)
|
protected void |
RSS091UserlandGenerator.checkItemConstraints(org.jdom2.Element eItem)
|
protected void |
RSS10Generator.checkItemsConstraints(org.jdom2.Element parent)
|
protected void |
RSS090Generator.checkItemsConstraints(org.jdom2.Element parent)
|
protected void |
RSS092Generator.checkItemsConstraints(org.jdom2.Element parent)
|
protected void |
RSS090Generator.checkLength(org.jdom2.Element parent,
String childName,
int minLen,
int maxLen)
|
protected void |
RSS090Generator.checkNotNullAndLength(org.jdom2.Element parent,
String childName,
int minLen,
int maxLen)
|
protected void |
RSS10Generator.checkTextInputConstraints(org.jdom2.Element eTextInput)
|
protected void |
RSS090Generator.checkTextInputConstraints(org.jdom2.Element eTextInput)
|
protected void |
RSS092Generator.checkTextInputConstraints(org.jdom2.Element eTextInput)
|
protected void |
RSS091UserlandGenerator.checkTextInputConstraints(org.jdom2.Element eTextInput)
|
protected void |
Atom10Generator.fillContentElement(org.jdom2.Element contentElement,
Content content)
|
protected void |
Atom03Generator.fillContentElement(org.jdom2.Element contentElement,
Content content)
|
org.jdom2.Document |
RSS090Generator.generate(WireFeed feed)
|
org.jdom2.Document |
Atom10Generator.generate(WireFeed wFeed)
|
org.jdom2.Document |
Atom03Generator.generate(WireFeed wFeed)
|
WireFeed |
Atom10Parser.parse(org.jdom2.Document document,
boolean validate)
|
WireFeed |
Atom03Parser.parse(org.jdom2.Document document,
boolean validate)
|
WireFeed |
RSS090Parser.parse(org.jdom2.Document document,
boolean validate)
|
static Entry |
Atom10Parser.parseEntry(Reader rd,
String baseURI)
Parse entry from reader. |
protected WireFeed |
Atom10Parser.parseFeed(org.jdom2.Element eFeed)
|
protected void |
Atom10Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry)
|
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry)
|
protected void |
RSS090Generator.populateFeed(Channel channel,
org.jdom2.Element parent)
|
protected void |
RSS091UserlandGenerator.populateFeed(Channel channel,
org.jdom2.Element parent)
|
protected void |
Atom10Generator.populateFeed(Feed feed,
org.jdom2.Element parent)
|
protected void |
Atom03Generator.populateFeed(Feed feed,
org.jdom2.Element parent)
|
protected void |
Atom10Generator.populateFeedHeader(Feed feed,
org.jdom2.Element eFeed)
|
protected void |
Atom03Generator.populateFeedHeader(Feed feed,
org.jdom2.Element eFeed)
|
static void |
Atom10Generator.serializeEntry(Entry entry,
Writer writer)
Utility method to serialize an entry to writer. |
protected void |
Atom10Parser.validateFeed(org.jdom2.Document document)
|
protected void |
Atom03Parser.validateFeed(org.jdom2.Document document)
|
protected void |
RSS090Parser.validateFeed(org.jdom2.Document document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |