protected class RSSConnector.RSSItemContextClass extends org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
Modifier and Type | Field and Description |
---|---|
protected String |
authorEmailField |
protected String |
authorNameField |
protected ArrayList |
categoryField |
protected File |
contentsFile |
protected int |
dechromedContentMode |
protected String |
descriptionField |
protected String |
guidField |
protected String |
linkField |
protected String |
pubDateField |
protected String |
titleField |
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
RSSConnector.RSSItemContextClass(org.apache.manifoldcf.core.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
String namespace,
String localName,
String qName,
Map<String,String> atts,
int dechromedContentMode) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.manifoldcf.core.fuzzyml.XMLParsingContext |
beginTag(String namespace,
String localName,
String qName,
Map<String,String> atts) |
protected void |
endTag()
Convert the individual sub-fields of the item context into their final forms
|
void |
process(String documentIdentifier,
IProcessActivity activities,
RSSConnector.Filter filter)
Process the data accumulated for this item
|
protected void |
tagCleanup() |
characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagContents
protected int dechromedContentMode
protected String guidField
protected String linkField
protected String pubDateField
protected String titleField
protected String descriptionField
protected String authorEmailField
protected String authorNameField
protected ArrayList categoryField
protected File contentsFile
protected org.apache.manifoldcf.core.fuzzyml.XMLParsingContext beginTag(String namespace, String localName, String qName, Map<String,String> atts) throws ManifoldCFException
beginTag
in class org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
ManifoldCFException
protected void endTag() throws ManifoldCFException
endTag
in class org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
ManifoldCFException
protected void tagCleanup() throws ManifoldCFException
tagCleanup
in class org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
ManifoldCFException
public void process(String documentIdentifier, IProcessActivity activities, RSSConnector.Filter filter) throws ManifoldCFException
ManifoldCFException