|
||||||||||
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 | |
---|---|
WireFeed |
WireFeedInput.build(org.w3c.dom.Document document)
Builds an WireFeed (RSS or Atom) from an W3C DOM document. |
WireFeed |
WireFeedInput.build(Document document)
Builds an WireFeed (RSS or Atom) from an JDOM document. |
SyndFeed |
SyndFeedInput.build(org.w3c.dom.Document document)
Builds SyndFeedImpl from an W3C DOM document. |
SyndFeed |
SyndFeedInput.build(Document document)
Builds SyndFeedImpl from an JDOM document. |
WireFeed |
WireFeedInput.build(java.io.File file)
Builds an WireFeed (RSS or Atom) from a file. |
SyndFeed |
SyndFeedInput.build(java.io.File file)
Builds SyndFeedImpl from a file. |
WireFeed |
WireFeedInput.build(org.xml.sax.InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource. |
SyndFeed |
SyndFeedInput.build(org.xml.sax.InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource. |
WireFeed |
WireFeedInput.build(java.io.Reader reader)
Builds an WireFeed (RSS or Atom) from an Reader. |
SyndFeed |
SyndFeedInput.build(java.io.Reader reader)
Builds SyndFeedImpl from an Reader. |
Document |
WireFeedGenerator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean. |
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl. |
void |
WireFeedOutput.output(WireFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given WireFeed. |
void |
WireFeedOutput.output(WireFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given WireFeed. |
Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl. |
Document |
WireFeedOutput.outputJDom(WireFeed feed)
Creates a JDOM document for the given WireFeed. |
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl. |
java.lang.String |
WireFeedOutput.outputString(WireFeed feed)
Creates a String with the XML representation for the given WireFeed. |
org.w3c.dom.Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl. |
org.w3c.dom.Document |
WireFeedOutput.outputW3CDom(WireFeed feed)
Creates a W3C DOM document for the given WireFeed. |
WireFeed |
WireFeedParser.parse(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 |
RSS091UserlandGenerator.addChannel(Channel channel,
Element parent)
|
protected void |
RSS090Generator.addChannel(Channel channel,
Element parent)
|
protected void |
Atom10Generator.addEntries(Feed feed,
Element parent)
|
protected void |
Atom03Generator.addEntries(Feed feed,
Element parent)
|
protected void |
Atom10Generator.addEntry(Entry entry,
Element parent)
|
protected void |
Atom03Generator.addEntry(Entry entry,
Element parent)
|
protected void |
Atom10Generator.addFeed(Feed feed,
Element parent)
|
protected void |
Atom03Generator.addFeed(Feed feed,
Element parent)
|
protected void |
RSS090Generator.addImage(Channel channel,
Element parent)
|
protected void |
RSS090Generator.addItem(Item item,
Element parent,
int index)
|
protected void |
RSS090Generator.addItems(Channel channel,
Element parent)
|
protected void |
RSS090Generator.addTextInput(Channel channel,
Element parent)
|
protected void |
RSS10Generator.checkChannelConstraints(Element eChannel)
|
protected void |
RSS092Generator.checkChannelConstraints(Element eChannel)
|
protected void |
RSS091UserlandGenerator.checkChannelConstraints(Element eChannel)
|
protected void |
RSS090Generator.checkChannelConstraints(Element eChannel)
|
protected void |
Atom10Generator.checkEntriesConstraints(Element parent)
|
protected void |
Atom03Generator.checkEntriesConstraints(Element parent)
|
protected void |
Atom10Generator.checkEntryConstraints(Element eEntry)
|
protected void |
Atom03Generator.checkEntryConstraints(Element eEntry)
|
protected void |
Atom10Generator.checkFeedHeaderConstraints(Element eFeed)
|
protected void |
Atom03Generator.checkFeedHeaderConstraints(Element eFeed)
|
protected void |
RSS10Generator.checkImageConstraints(Element eImage)
|
protected void |
RSS092Generator.checkImageConstraints(Element eImage)
|
protected void |
RSS091UserlandGenerator.checkImageConstraints(Element eImage)
|
protected void |
RSS090Generator.checkImageConstraints(Element eImage)
|
protected void |
RSS10Generator.checkItemConstraints(Element eItem)
|
protected void |
RSS092Generator.checkItemConstraints(Element eItem)
|
protected void |
RSS091UserlandGenerator.checkItemConstraints(Element eItem)
|
protected void |
RSS090Generator.checkItemConstraints(Element eItem)
|
protected void |
RSS10Generator.checkItemsConstraints(Element parent)
|
protected void |
RSS092Generator.checkItemsConstraints(Element parent)
|
protected void |
RSS090Generator.checkItemsConstraints(Element parent)
|
protected void |
RSS090Generator.checkLength(Element parent,
java.lang.String childName,
int minLen,
int maxLen)
|
protected void |
RSS090Generator.checkNotNullAndLength(Element parent,
java.lang.String childName,
int minLen,
int maxLen)
|
protected void |
RSS10Generator.checkTextInputConstraints(Element eTextInput)
|
protected void |
RSS092Generator.checkTextInputConstraints(Element eTextInput)
|
protected void |
RSS091UserlandGenerator.checkTextInputConstraints(Element eTextInput)
|
protected void |
RSS090Generator.checkTextInputConstraints(Element eTextInput)
|
protected void |
Atom10Generator.fillContentElement(Element contentElement,
Content content)
|
protected void |
Atom03Generator.fillContentElement(Element contentElement,
Content content)
|
Document |
RSS090Generator.generate(WireFeed feed)
|
Document |
Atom10Generator.generate(WireFeed wFeed)
|
Document |
Atom03Generator.generate(WireFeed wFeed)
|
WireFeed |
RSS090Parser.parse(Document document,
boolean validate)
|
WireFeed |
Atom10Parser.parse(Document document,
boolean validate)
|
WireFeed |
Atom03Parser.parse(Document document,
boolean validate)
|
protected WireFeed |
Atom10Parser.parseFeed(Element eFeed)
|
protected void |
Atom10Generator.populateEntry(Entry entry,
Element eEntry)
|
protected void |
Atom03Generator.populateEntry(Entry entry,
Element eEntry)
|
protected void |
RSS091UserlandGenerator.populateFeed(Channel channel,
Element parent)
|
protected void |
RSS090Generator.populateFeed(Channel channel,
Element parent)
|
protected void |
Atom10Generator.populateFeed(Feed feed,
Element parent)
|
protected void |
Atom03Generator.populateFeed(Feed feed,
Element parent)
|
protected void |
Atom10Generator.populateFeedHeader(Feed feed,
Element eFeed)
|
protected void |
Atom03Generator.populateFeedHeader(Feed feed,
Element eFeed)
|
protected void |
RSS090Parser.validateFeed(Document document)
|
protected void |
Atom10Parser.validateFeed(Document document)
|
protected void |
Atom03Parser.validateFeed(Document document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |