protected static class WikiConnector.WikiGetDocInfoAPIContext extends SingleLevelContext
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 boolean |
loginNeeded |
protected String |
title
Title
|
nodeName
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiGetDocInfoAPIContext(XMLStream theStream) |
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() |
boolean |
isLoginRequired() |
protected void |
tagCleanup() |
beginTag, endTag
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
protected boolean loginNeeded
public WikiConnector.WikiGetDocInfoAPIContext(XMLStream theStream)
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 String getTitle()
public File getContentFile()
public String getAuthor()
public String getLastModified()
public String getComment()
public boolean isLoginRequired()