protected class WebcrawlerConnector.OuterContextClass extends org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
Modifier and Type | Field and Description |
---|---|
protected String |
documentURI
The document uri
|
protected IXMLHandler |
handler
The link handler
|
protected int |
outerTagCount
Keep track of the number of valid feed signals we saw
|
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WebcrawlerConnector.OuterContextClass(org.apache.manifoldcf.core.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
String documentURI,
IXMLHandler handler) |
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
|
characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagCleanup, tagContents
protected int outerTagCount
protected String documentURI
protected IXMLHandler handler
public WebcrawlerConnector.OuterContextClass(org.apache.manifoldcf.core.fuzzyml.XMLFuzzyHierarchicalParseState theStream, String documentURI, IXMLHandler handler)
public void checkIfValidFeed()
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