protected static class WikiConnector.WikiGetDocInfoRevContext extends BaseProcessingContext
Modifier and Type | Field and Description |
---|---|
protected String |
author |
protected String |
comment |
protected File |
contentFile |
protected String |
lastModified |
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiGetDocInfoRevContext(XMLStream theStream,
String namespaceURI,
String localName,
String qName,
Attributes atts) |
Modifier and Type | Method and Description |
---|---|
protected XMLContext |
beginTag(String namespaceURI,
String localName,
String qName,
Attributes atts) |
protected void |
endTag() |
String |
getAuthor() |
String |
getComment() |
File |
getContentFile() |
String |
getLastModified() |
protected void |
tagCleanup() |
process
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagContents
protected String author
protected String comment
protected File contentFile
protected String lastModified
public WikiConnector.WikiGetDocInfoRevContext(XMLStream theStream, String namespaceURI, String localName, String qName, Attributes atts)
protected XMLContext beginTag(String namespaceURI, String localName, String qName, Attributes atts) throws ManifoldCFException, ServiceInterruption
beginTag
in class BaseProcessingContext
ManifoldCFException
ServiceInterruption
protected void endTag() throws ManifoldCFException, ServiceInterruption
endTag
in class BaseProcessingContext
ManifoldCFException
ServiceInterruption
protected void tagCleanup() throws ManifoldCFException
tagCleanup
in class XMLContext
ManifoldCFException
public String getAuthor()
public String getLastModified()
public String getComment()
public File getContentFile()