@Override
protected InterchangeContext createInterchangeContext(
BufferedSegmentReader segmentReader, boolean validate,
ControlBlockHandlerFactory controlBlockHandlerFactory, NamespaceDeclarationStack namespaceDeclarationStack) {
return new InterchangeContext(segmentReader, registry, getContentHandler(), getFeatures(), controlBlockHandlerFactory, namespaceDeclarationStack, validate) {
@Override
public void pushDelimiters(Delimiters delimiters) {
super.pushDelimiters(delimiters);
// Bind the delimiters into the bean context. Will then get
// auto-wired into interchanges...