com.sun.syndication.io.impl

Class RSS20wNSParser

public class RSS20wNSParser extends RSS20Parser

To address issue with certain feeds (brought up by Charles Miller): "During the debacle that was the rollout of RSS2.0, this namespace was tried, and even appeared in Dave Winer's Scripting News feed for a while. It was then withdrawn, but the wonderful thing about standards is the moment you roll one out, even if it's marked as unfinished and subject to change, someone will end up stuck with it forever." Note that there is not counter part on the generator, we only generate the final RSS2
Field Summary
static StringRSS20_URI
Constructor Summary
RSS20wNSParser()
protected RSS20wNSParser(String type)
Method Summary
protected NamespacegetRSSNamespace()
booleanisMyType(Document document)
protected WireFeedparseChannel(Element rssRoot)
After we parse the feed we put "rss_2.0" in it (so converters and generators work) this parser is a phantom.

Field Detail

RSS20_URI

private static String RSS20_URI

Constructor Detail

RSS20wNSParser

public RSS20wNSParser()

RSS20wNSParser

protected RSS20wNSParser(String type)

Method Detail

getRSSNamespace

protected Namespace getRSSNamespace()

isMyType

public boolean isMyType(Document document)

parseChannel

protected WireFeed parseChannel(Element rssRoot)
After we parse the feed we put "rss_2.0" in it (so converters and generators work) this parser is a phantom.
Copyright © Sun Microsystems. All Rights Reserved.