com.sun.syndication.io.impl
public abstract class BaseWireFeedParser extends java.lang.Object implements WireFeedParser
Modifier | Constructor and Description |
---|---|
protected |
BaseWireFeedParser(java.lang.String type,
org.jdom.Namespace namespace) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
extractForeignMarkup(org.jdom.Element e,
Extendable ext,
org.jdom.Namespace basens) |
protected org.jdom.Attribute |
getAttribute(org.jdom.Element e,
java.lang.String attributeName) |
protected java.lang.String |
getAttributeValue(org.jdom.Element e,
java.lang.String attributeName) |
java.lang.String |
getType()
Returns the type of feed the parser handles.
|
protected java.util.List |
parseFeedModules(org.jdom.Element feedElement) |
protected java.util.List |
parseItemModules(org.jdom.Element itemElement) |
protected java.util.List |
parsePersonModules(org.jdom.Element itemElement) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isMyType, parse
protected BaseWireFeedParser(java.lang.String type, org.jdom.Namespace namespace)
public java.lang.String getType()
getType
in interface WireFeedParser
for details on the format of this string.
protected java.util.List parseFeedModules(org.jdom.Element feedElement)
protected java.util.List parseItemModules(org.jdom.Element itemElement)
protected java.util.List parsePersonModules(org.jdom.Element itemElement)
protected java.util.List extractForeignMarkup(org.jdom.Element e, Extendable ext, org.jdom.Namespace basens)
protected org.jdom.Attribute getAttribute(org.jdom.Element e, java.lang.String attributeName)
protected java.lang.String getAttributeValue(org.jdom.Element e, java.lang.String attributeName)