protected static class WikiConnector.WikiListPagesAPIContext extends SingleLevelContext
Modifier and Type | Field and Description |
---|---|
protected XThreadStringBuffer |
buffer |
protected String |
lastTitle |
protected boolean |
loginNeeded |
protected String |
startPageTitle |
nodeName
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiListPagesAPIContext(XMLStream theStream,
XThreadStringBuffer buffer,
String startPageTitle) |
Modifier and Type | Method and Description |
---|---|
protected BaseProcessingContext |
createChild(String namespaceURI,
String localName,
String qName,
Attributes atts) |
protected void |
finishChild(BaseProcessingContext child) |
String |
getLastTitle() |
boolean |
isLoginRequired() |
beginTag, endTag
process
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
protected String lastTitle
protected XThreadStringBuffer buffer
protected String startPageTitle
protected boolean loginNeeded
public WikiConnector.WikiListPagesAPIContext(XMLStream theStream, XThreadStringBuffer buffer, String startPageTitle)
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
public String getLastTitle()
public boolean isLoginRequired()