protected class WebcrawlerConnector.OuterContextClass
extends org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.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
|
| Constructor and Description |
|---|
OuterContextClass(org.apache.manifoldcf.connectorcommon.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
java.lang.String documentURI,
IXMLHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext |
beginTag(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
java.util.Map<java.lang.String,java.lang.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
|
protected int outerTagCount
protected java.lang.String documentURI
protected IXMLHandler handler
public OuterContextClass(org.apache.manifoldcf.connectorcommon.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
java.lang.String documentURI,
IXMLHandler handler)
public void checkIfValidFeed()
protected org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext beginTag(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
java.util.Map<java.lang.String,java.lang.String> atts)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
beginTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContextorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected void endTag()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
endTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContextorg.apache.manifoldcf.core.interfaces.ManifoldCFException