Uses of Class
org.jperdian.rss2.RssParseException

Packages that use RssParseException
org.jperdian.rss2   
 

Uses of RssParseException in org.jperdian.rss2
 

Methods in org.jperdian.rss2 that throw RssParseException
 RssChannel RssParser.parse(org.w3c.dom.Document xmlDocument, RssChannel targetChannel)
          Transfers the given XML document into a value RssMessage object
protected  RssChannel RssParser.parseChannel(org.w3c.dom.Element channelElement, RssChannel channel)
          Parses the content of the given channel element, analyze it's content and generate a valid RssChannel object
protected  RssCloud RssParser.parseCloud(org.w3c.dom.Element cloudElement)
          Parses a cloud element
protected  RssTextInput RssParser.parseTextInput(org.w3c.dom.Element textInputElement)
          Parses a textInput element
protected  RssImage RssParser.parseImage(org.w3c.dom.Element textInputElement)
          Parses a image element
protected  RssItem RssParser.parseItem(org.w3c.dom.Element itemElement)
          Parses a item element
protected  RssEnclosure RssParser.parseEnclosure(org.w3c.dom.Element enclosureElement)
          Parses a enclosure element
protected  RssGuid RssParser.parseGuid(org.w3c.dom.Element guidElement)
          Parses a guid element
static java.net.URL RssParseHelper.parseURL(java.lang.String sourceString)
          Parses the given source String into a URL.
static java.util.Date RssParseHelper.parseContentDate(org.w3c.dom.Element node)
          Parses the content of the given element and formats it as date, or returns null if no content could be read
static int RssParseHelper.parseContentInt(org.w3c.dom.Element node)
          Parses the content of the given element and formats it as number, or returns 0 if no content could be read
static int RssParseHelper.parseContentInt(org.w3c.dom.Element node, int defaultValue)
          Parses the content of the given element and formats it as number, or returns the default value if no content could be read
static java.net.URL RssParseHelper.parseContentURL(org.w3c.dom.Element node)
          Parses the content of the given element and formats it as URL