protected class RSSConnector.FeedAuthorContextClass extends org.apache.manifoldcf.core.fuzzyml.XMLParsingContext
Modifier and Type | Field and Description |
---|---|
protected String |
authorEmailField |
protected String |
authorNameField |
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
RSSConnector.FeedAuthorContextClass(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
|
String |
getAuthorEmail() |
String |
getAuthorName() |
characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagCleanup, tagContents
protected String authorNameField
protected String authorEmailField
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
public String getAuthorName()
public String getAuthorEmail()