Package | Description |
---|---|
com.sun.syndication.io | |
com.sun.syndication.io.impl |
Modifier and Type | Class and Description |
---|---|
class |
ParsingFeedException
Exception thrown by WireFeedInput instance if it can not parse a feed.
|
Modifier and Type | Method and Description |
---|---|
WireFeed |
WireFeedInput.build(org.w3c.dom.Document document)
Builds an WireFeed (RSS or Atom) from an W3C DOM document.
|
WireFeed |
WireFeedInput.build(org.jdom.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(org.jdom.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.
|
org.jdom.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.
|
org.jdom.Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl.
|
org.jdom.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(org.jdom.Document document,
boolean validate)
Parses an XML document (JDOM Document) into a feed bean.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RSS091UserlandGenerator.addChannel(Channel channel,
org.jdom.Element parent) |
protected void |
RSS090Generator.addChannel(Channel channel,
org.jdom.Element parent) |
protected void |
Atom10Generator.addEntries(Feed feed,
org.jdom.Element parent) |
protected void |
Atom03Generator.addEntries(Feed feed,
org.jdom.Element parent) |
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom.Element parent) |
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom.Element parent) |
protected void |
Atom10Generator.addFeed(Feed feed,
org.jdom.Element parent) |
protected void |
Atom03Generator.addFeed(Feed feed,
org.jdom.Element parent) |
protected void |
RSS090Generator.addImage(Channel channel,
org.jdom.Element parent) |
protected void |
RSS090Generator.addItem(Item item,
org.jdom.Element parent,
int index) |
protected void |
RSS090Generator.addItems(Channel channel,
org.jdom.Element parent) |
protected void |
RSS090Generator.addTextInput(Channel channel,
org.jdom.Element parent) |
protected void |
RSS091UserlandGenerator.checkChannelConstraints(org.jdom.Element eChannel) |
protected void |
RSS092Generator.checkChannelConstraints(org.jdom.Element eChannel) |
protected void |
RSS10Generator.checkChannelConstraints(org.jdom.Element eChannel) |
protected void |
RSS090Generator.checkChannelConstraints(org.jdom.Element eChannel) |
protected void |
Atom10Generator.checkEntriesConstraints(org.jdom.Element parent) |
protected void |
Atom03Generator.checkEntriesConstraints(org.jdom.Element parent) |
protected void |
Atom10Generator.checkEntryConstraints(org.jdom.Element eEntry) |
protected void |
Atom03Generator.checkEntryConstraints(org.jdom.Element eEntry) |
protected void |
Atom10Generator.checkFeedHeaderConstraints(org.jdom.Element eFeed) |
protected void |
Atom03Generator.checkFeedHeaderConstraints(org.jdom.Element eFeed) |
protected void |
RSS091UserlandGenerator.checkImageConstraints(org.jdom.Element eImage) |
protected void |
RSS092Generator.checkImageConstraints(org.jdom.Element eImage) |
protected void |
RSS10Generator.checkImageConstraints(org.jdom.Element eImage) |
protected void |
RSS090Generator.checkImageConstraints(org.jdom.Element eImage) |
protected void |
RSS091UserlandGenerator.checkItemConstraints(org.jdom.Element eItem) |
protected void |
RSS092Generator.checkItemConstraints(org.jdom.Element eItem) |
protected void |
RSS10Generator.checkItemConstraints(org.jdom.Element eItem) |
protected void |
RSS090Generator.checkItemConstraints(org.jdom.Element eItem) |
protected void |
RSS092Generator.checkItemsConstraints(org.jdom.Element parent) |
protected void |
RSS10Generator.checkItemsConstraints(org.jdom.Element parent) |
protected void |
RSS090Generator.checkItemsConstraints(org.jdom.Element parent) |
protected void |
RSS090Generator.checkLength(org.jdom.Element parent,
java.lang.String childName,
int minLen,
int maxLen) |
protected void |
RSS090Generator.checkNotNullAndLength(org.jdom.Element parent,
java.lang.String childName,
int minLen,
int maxLen) |
protected void |
RSS091UserlandGenerator.checkTextInputConstraints(org.jdom.Element eTextInput) |
protected void |
RSS092Generator.checkTextInputConstraints(org.jdom.Element eTextInput) |
protected void |
RSS10Generator.checkTextInputConstraints(org.jdom.Element eTextInput) |
protected void |
RSS090Generator.checkTextInputConstraints(org.jdom.Element eTextInput) |
protected void |
Atom10Generator.fillContentElement(org.jdom.Element contentElement,
Content content) |
protected void |
Atom03Generator.fillContentElement(org.jdom.Element contentElement,
Content content) |
org.jdom.Document |
Atom10Generator.generate(WireFeed wFeed) |
org.jdom.Document |
Atom03Generator.generate(WireFeed wFeed) |
org.jdom.Document |
RSS090Generator.generate(WireFeed feed) |
WireFeed |
Atom10Parser.parse(org.jdom.Document document,
boolean validate) |
WireFeed |
Atom03Parser.parse(org.jdom.Document document,
boolean validate) |
WireFeed |
RSS090Parser.parse(org.jdom.Document document,
boolean validate) |
protected WireFeed |
Atom10Parser.parseFeed(org.jdom.Element eFeed) |
protected void |
Atom10Generator.populateEntry(Entry entry,
org.jdom.Element eEntry) |
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom.Element eEntry) |
protected void |
RSS091UserlandGenerator.populateFeed(Channel channel,
org.jdom.Element parent) |
protected void |
RSS090Generator.populateFeed(Channel channel,
org.jdom.Element parent) |
protected void |
Atom10Generator.populateFeed(Feed feed,
org.jdom.Element parent) |
protected void |
Atom03Generator.populateFeed(Feed feed,
org.jdom.Element parent) |
protected void |
Atom10Generator.populateFeedHeader(Feed feed,
org.jdom.Element eFeed) |
protected void |
Atom03Generator.populateFeedHeader(Feed feed,
org.jdom.Element eFeed) |
protected void |
Atom10Parser.validateFeed(org.jdom.Document document) |
protected void |
Atom03Parser.validateFeed(org.jdom.Document document) |
protected void |
RSS090Parser.validateFeed(org.jdom.Document document) |
Copyright © Sun Microsystems. All Rights Reserved.