protected abstract BaseProcessingContext createChild(String namespaceURI, String localName, String qName, Attributes atts);
protected void endTag()
throws ManifoldCFException, ServiceInterruption
{
XMLContext theContext = theStream.getContext();
String theTag = theContext.getQname();
if (theTag.equals(nodeName))
{
BaseProcessingContext child = (BaseProcessingContext)theContext;
finishChild(child);