public abstract class BaseProcessingContext extends XMLContext
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
BaseProcessingContext(XMLStream theStream) |
BaseProcessingContext(XMLStream theStream,
String namespaceURI,
String localName,
String qName,
Attributes atts) |
Modifier and Type | Method and Description |
---|---|
protected XMLContext |
beginTag(String namespaceURI,
String localName,
String qName,
Attributes atts) |
protected void |
endTag() |
protected void |
process()
Process this data
|
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
public BaseProcessingContext(XMLStream theStream, String namespaceURI, String localName, String qName, Attributes atts)
public BaseProcessingContext(XMLStream theStream)
protected XMLContext beginTag(String namespaceURI, String localName, String qName, Attributes atts) throws ManifoldCFException, ServiceInterruption
beginTag
in class XMLContext
ManifoldCFException
ServiceInterruption
protected void endTag() throws ManifoldCFException, ServiceInterruption
endTag
in class XMLContext
ManifoldCFException
ServiceInterruption
protected void process() throws ManifoldCFException
ManifoldCFException