protected class WebcrawlerConnector.RDFItemContextClass
extends org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
linkField |
| Constructor and Description |
|---|
RDFItemContextClass(org.apache.manifoldcf.connectorcommon.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
java.util.Map<java.lang.String,java.lang.String> atts) |
| 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) |
protected void |
endTag()
Convert the individual sub-fields of the item context into their final forms
|
void |
process(IXMLHandler handler)
Process the data accumulated for this item
|
public RDFItemContextClass(org.apache.manifoldcf.connectorcommon.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
java.util.Map<java.lang.String,java.lang.String> atts)
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.ManifoldCFExceptionpublic void process(IXMLHandler handler) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException