protected static class WikiConnector.WikiListPagesPContext extends BaseProcessingContext
Modifier and Type | Field and Description |
---|---|
protected XThreadStringBuffer |
buffer |
protected String |
lastTitle |
protected String |
startPageTitle |
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiListPagesPContext(XMLStream theStream,
String namespaceURI,
String localName,
String qName,
Attributes atts,
XThreadStringBuffer buffer,
String startPageTitle) |
Modifier and Type | Method and Description |
---|---|
protected XMLContext |
beginTag(String namespaceURI,
String localName,
String qName,
Attributes atts) |
String |
getLastTitle() |
endTag, process
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
protected String lastTitle
protected XThreadStringBuffer buffer
protected String startPageTitle
public WikiConnector.WikiListPagesPContext(XMLStream theStream, String namespaceURI, String localName, String qName, Attributes atts, XThreadStringBuffer buffer, String startPageTitle)
protected XMLContext beginTag(String namespaceURI, String localName, String qName, Attributes atts) throws ManifoldCFException, ServiceInterruption
beginTag
in class BaseProcessingContext
ManifoldCFException
ServiceInterruption
public String getLastTitle()