protected static class WikiConnector.WikiListPagesAllPagesContext extends SingleLevelContext
Modifier and Type | Field and Description |
---|---|
protected XThreadStringBuffer |
buffer |
protected String |
lastTitle |
protected String |
startPageTitle |
nodeName
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
WikiConnector.WikiListPagesAllPagesContext(XMLStream theStream,
String namespaceURI,
String localName,
String qName,
Attributes atts,
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() |
beginTag, 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.WikiListPagesAllPagesContext(XMLStream theStream, String namespaceURI, String localName, String qName, Attributes atts, 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()