Uses of Class
com.rometools.rome.io.FeedException
-
Packages that use FeedException Package Description com.rometools.rome.io com.rometools.rome.io.impl -
-
Uses of FeedException in com.rometools.rome.io
Subclasses of FeedException in com.rometools.rome.io Modifier and Type Class Description classParsingFeedExceptionException thrown by WireFeedInput instance if it can not parse a feed.Methods in com.rometools.rome.io that throw FeedException Modifier and Type Method Description SyndFeedSyndFeedInput. build(File file)Builds SyndFeedImpl from a file.SyndFeedSyndFeedInput. build(Reader reader)Builds SyndFeedImpl from an Reader.SyndFeedSyndFeedInput. build(org.jdom2.Document document)Builds SyndFeedImpl from an JDOM document.SyndFeedSyndFeedInput. build(Document document)Builds SyndFeedImpl from an W3C DOM document.SyndFeedSyndFeedInput. build(InputSource is)Builds SyndFeedImpl from an W3C SAX InputSource.WireFeedWireFeedInput. build(File file)Builds an WireFeed (RSS or Atom) from a file.WireFeedWireFeedInput. build(Reader reader)Builds an WireFeed (RSS or Atom) from an Reader.WireFeedWireFeedInput. build(org.jdom2.Document document)Builds an WireFeed (RSS or Atom) from an JDOM document.WireFeedWireFeedInput. build(Document document)Builds an WireFeed (RSS or Atom) from an W3C DOM document.WireFeedWireFeedInput. build(InputSource is)Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.org.jdom2.DocumentWireFeedGenerator. generate(WireFeed feed)Creates an XML document (JDOM) for the given feed bean.voidSyndFeedOutput. output(SyndFeed feed, File file)Creates a File containing with the XML representation for the given SyndFeedImpl.voidSyndFeedOutput. output(SyndFeed feed, File file, boolean prettyPrint)Creates a File containing with the XML representation for the given SyndFeedImpl.voidSyndFeedOutput. output(SyndFeed feed, Writer writer)Writes to an Writer the XML representation for the given SyndFeedImpl.voidSyndFeedOutput. output(SyndFeed feed, Writer writer, boolean prettyPrint)Writes to an Writer the XML representation for the given SyndFeedImpl.voidWireFeedOutput. output(WireFeed feed, File file)Creates a File containing with the XML representation for the given WireFeed.voidWireFeedOutput. output(WireFeed feed, File file, boolean prettyPrint)Creates a File containing with the XML representation for the given WireFeed.voidWireFeedOutput. output(WireFeed feed, Writer writer)Writes to an Writer the XML representation for the given WireFeed.voidWireFeedOutput. output(WireFeed feed, Writer writer, boolean prettyPrint)Writes to an Writer the XML representation for the given WireFeed.org.jdom2.DocumentSyndFeedOutput. outputJDom(SyndFeed feed)Creates a JDOM document for the given SyndFeedImpl.org.jdom2.DocumentWireFeedOutput. outputJDom(WireFeed feed)Creates a JDOM document for the given WireFeed.StringSyndFeedOutput. outputString(SyndFeed feed)Creates a String with the XML representation for the given SyndFeedImpl.StringSyndFeedOutput. outputString(SyndFeed feed, boolean prettyPrint)Creates a String with the XML representation for the given SyndFeedImpl.StringWireFeedOutput. outputString(WireFeed feed)Creates a String with the XML representation for the given WireFeed.StringWireFeedOutput. outputString(WireFeed feed, boolean prettyPrint)Creates a String with the XML representation for the given WireFeed.DocumentSyndFeedOutput. outputW3CDom(SyndFeed feed)Creates a W3C DOM document for the given SyndFeedImpl.DocumentWireFeedOutput. outputW3CDom(WireFeed feed)Creates a W3C DOM document for the given WireFeed.WireFeedWireFeedParser. parse(org.jdom2.Document document, boolean validate, Locale locale)Parses an XML document (JDOM Document) into a feed bean. -
Uses of FeedException in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that throw FeedException Modifier and Type Method Description protected voidRSS090Generator. addChannel(Channel channel, org.jdom2.Element parent)protected voidRSS091UserlandGenerator. addChannel(Channel channel, org.jdom2.Element parent)protected voidAtom03Generator. addEntries(Feed feed, org.jdom2.Element parent)protected voidAtom10Generator. addEntries(Feed feed, org.jdom2.Element parent)protected voidAtom03Generator. addEntry(Entry entry, org.jdom2.Element parent)protected voidAtom10Generator. addEntry(Entry entry, org.jdom2.Element parent)protected voidAtom03Generator. addFeed(Feed feed, org.jdom2.Element parent)protected voidAtom10Generator. addFeed(Feed feed, org.jdom2.Element parent)protected voidRSS090Generator. addImage(Channel channel, org.jdom2.Element parent)protected voidRSS090Generator. addItem(Item item, org.jdom2.Element parent, int index)protected voidRSS090Generator. addItems(Channel channel, org.jdom2.Element parent)protected voidRSS090Generator. addTextInput(Channel channel, org.jdom2.Element parent)protected voidRSS090Generator. checkChannelConstraints(org.jdom2.Element eChannel)protected voidRSS091UserlandGenerator. checkChannelConstraints(org.jdom2.Element eChannel)protected voidRSS092Generator. checkChannelConstraints(org.jdom2.Element eChannel)protected voidRSS10Generator. checkChannelConstraints(org.jdom2.Element eChannel)protected voidAtom03Generator. checkEntriesConstraints(org.jdom2.Element parent)protected voidAtom10Generator. checkEntriesConstraints(org.jdom2.Element parent)protected voidAtom03Generator. checkEntryConstraints(org.jdom2.Element eEntry)protected voidAtom10Generator. checkEntryConstraints(org.jdom2.Element eEntry)protected voidAtom03Generator. checkFeedHeaderConstraints(org.jdom2.Element eFeed)protected voidAtom10Generator. checkFeedHeaderConstraints(org.jdom2.Element eFeed)protected voidRSS090Generator. checkImageConstraints(org.jdom2.Element eImage)protected voidRSS091UserlandGenerator. checkImageConstraints(org.jdom2.Element eImage)protected voidRSS092Generator. checkImageConstraints(org.jdom2.Element eImage)protected voidRSS10Generator. checkImageConstraints(org.jdom2.Element eImage)protected voidRSS090Generator. checkItemConstraints(org.jdom2.Element eItem)protected voidRSS091UserlandGenerator. checkItemConstraints(org.jdom2.Element eItem)protected voidRSS092Generator. checkItemConstraints(org.jdom2.Element eItem)protected voidRSS10Generator. checkItemConstraints(org.jdom2.Element eItem)protected voidRSS090Generator. checkItemsConstraints(org.jdom2.Element parent)protected voidRSS092Generator. checkItemsConstraints(org.jdom2.Element parent)protected voidRSS10Generator. checkItemsConstraints(org.jdom2.Element parent)protected voidRSS090Generator. checkLength(org.jdom2.Element parent, String childName, int minLen, int maxLen)protected voidRSS090Generator. checkNotNullAndLength(org.jdom2.Element parent, String childName, int minLen, int maxLen)protected voidRSS090Generator. checkTextInputConstraints(org.jdom2.Element eTextInput)protected voidRSS091UserlandGenerator. checkTextInputConstraints(org.jdom2.Element eTextInput)protected voidRSS092Generator. checkTextInputConstraints(org.jdom2.Element eTextInput)protected voidRSS10Generator. checkTextInputConstraints(org.jdom2.Element eTextInput)protected voidAtom03Generator. fillContentElement(org.jdom2.Element contentElement, Content content)protected voidAtom10Generator. fillContentElement(org.jdom2.Element contentElement, Content content)org.jdom2.DocumentAtom03Generator. generate(WireFeed wFeed)org.jdom2.DocumentAtom10Generator. generate(WireFeed wFeed)org.jdom2.DocumentRSS090Generator. generate(WireFeed feed)WireFeedAtom03Parser. parse(org.jdom2.Document document, boolean validate, Locale locale)WireFeedAtom10Parser. parse(org.jdom2.Document document, boolean validate, Locale locale)WireFeedRSS090Parser. parse(org.jdom2.Document document, boolean validate, Locale locale)static EntryAtom10Parser. parseEntry(Reader rd, String baseURI, Locale locale)Parse entry from reader.protected WireFeedAtom10Parser. parseFeed(org.jdom2.Element eFeed, Locale locale)protected voidAtom03Generator. populateEntry(Entry entry, org.jdom2.Element eEntry)protected voidAtom10Generator. populateEntry(Entry entry, org.jdom2.Element eEntry)protected voidAtom03Generator. populateFeed(Feed feed, org.jdom2.Element parent)protected voidAtom10Generator. populateFeed(Feed feed, org.jdom2.Element parent)protected voidRSS090Generator. populateFeed(Channel channel, org.jdom2.Element parent)protected voidRSS091UserlandGenerator. populateFeed(Channel channel, org.jdom2.Element parent)protected voidAtom03Generator. populateFeedHeader(Feed feed, org.jdom2.Element eFeed)protected voidAtom10Generator. populateFeedHeader(Feed feed, org.jdom2.Element eFeed)static voidAtom10Generator. serializeEntry(Entry entry, Writer writer)Utility method to serialize an entry to writer.protected voidAtom03Parser. validateFeed(org.jdom2.Document document)protected voidAtom10Parser. validateFeed(org.jdom2.Document document)protected voidRSS090Parser. validateFeed(org.jdom2.Document document)
-