protected class WebcrawlerConnector.UrlsetItemContextClass extends org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
Modifier and Type | Field and Description |
---|---|
protected String |
linkField |
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WebcrawlerConnector.UrlsetItemContextClass(org.apache.manifoldcf.core.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
String namespace,
String localName,
String qName,
Map<String,String> atts) |
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(IXMLHandler handler)
Process the data accumulated for this item
|
protected void |
tagCleanup() |
characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagContents
protected String linkField
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(IXMLHandler handler) throws ManifoldCFException
ManifoldCFException