protected static class WikiConnector.WikiGetDocInfoPageContext extends BaseProcessingContext
Modifier and Type | Field and Description |
---|---|
protected String |
author
Author
|
protected String |
comment
Comment
|
protected File |
contentFile
Content file
|
protected String |
lastModified
Last modified
|
protected String |
title
Title
|
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiGetDocInfoPageContext(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() |
String |
getTitle() |
protected void |
tagCleanup() |
process
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagContents
protected String title
protected File contentFile
protected String author
protected String comment
protected String lastModified
public WikiConnector.WikiGetDocInfoPageContext(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 getTitle()
public File getContentFile()
public String getAuthor()
public String getComment()
public String getLastModified()