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