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