protected class RSSConnector.OuterContextClass extends org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
Modifier and Type | Field and Description |
---|---|
protected IProcessActivity |
activities
Activities interface
|
protected String |
documentIdentifier
The document identifier
|
protected RSSConnector.Filter |
filter
Filter
|
protected int |
outerTagCount
Keep track of the number of valid feed signals we saw
|
protected boolean |
rescanTimeSet
Flag indicating the the rescan time was set for this feed
|
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
RSSConnector.OuterContextClass(org.apache.manifoldcf.core.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
String documentIdentifier,
IProcessActivity activities,
RSSConnector.Filter filter) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.manifoldcf.core.fuzzyml.XMLParsingContext |
beginTag(String namespace,
String localName,
String qName,
Map<String,String> atts)
Handle the tag beginning to set the correct second-level parsing context
|
void |
checkIfValidFeed()
Check if feed was valid
|
protected void |
endTag()
Handle the tag ending
|
void |
setDefaultRescanTimeIfNeeded()
Check if the rescan flag was set or not, and if not, make sure it gets set properly
|
characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagCleanup, tagContents
protected int outerTagCount
protected String documentIdentifier
protected IProcessActivity activities
protected RSSConnector.Filter filter
protected boolean rescanTimeSet
public RSSConnector.OuterContextClass(org.apache.manifoldcf.core.fuzzyml.XMLFuzzyHierarchicalParseState theStream, String documentIdentifier, IProcessActivity activities, RSSConnector.Filter filter)
public void checkIfValidFeed()
public void setDefaultRescanTimeIfNeeded() throws ManifoldCFException
ManifoldCFException
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