com.sun.syndication.io.impl
public abstract class BaseWireFeedParser extends Object implements WireFeedParser
Field Summary | |
---|---|
static String | FEED_MODULE_PARSERS_POSFIX_KEY
[TYPE].feed.ModuleParser.classes= [className] ...
|
static String | ITEM_MODULE_PARSERS_POSFIX_KEY
[TYPE].item.ModuleParser.classes= [className] ...
|
ModuleParsers | _feedModuleParsers |
ModuleParsers | _itemModuleParsers |
String | _type |
Constructor Summary | |
---|---|
protected | BaseWireFeedParser(String type) |
Method Summary | |
---|---|
protected List | extractForeignMarkup(Element e, Extendable ext, Namespace basens) |
String | getType()
Returns the type of feed the parser handles.
|
protected List | parseFeedModules(Element feedElement) |
protected List | parseItemModules(Element itemElement) |
Returns: the type of feed the parser handles.