protected static class WikiConnector.WikiGetDocInfoQueryContext extends SingleLevelErrorContext
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
|
ERROR_NODE, ERROR_TYPE_LOGIN_NEEDED, errorType, nodeName
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiGetDocInfoQueryContext(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() |
String |
getTitle() |
protected void |
tagCleanup() |
beginTag, endTag, isLoginRequired
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.WikiGetDocInfoQueryContext(XMLStream theStream, String namespaceURI, String localName, String qName, Attributes atts)
protected BaseProcessingContext createChild(String namespaceURI, String localName, String qName, Attributes atts)
createChild
in class SingleLevelErrorContext
protected void finishChild(BaseProcessingContext child) throws ManifoldCFException
finishChild
in class SingleLevelErrorContext
ManifoldCFException
protected void tagCleanup() throws ManifoldCFException
tagCleanup
in class XMLContext
ManifoldCFException
public String getTitle()
public File getContentFile()
public String getAuthor()
public String getLastModified()
public String getComment()