// Create the shared context that all the objects which participate
// in serialising the MCSDOM use.
Codec codec = new Codec(charsetCode);
StringTable stringTable = new StringTable();
StringFactory strings = new StringFactory(codec);
StringReferenceFactory references =
new StringReferenceFactory(stringTable, strings);
WBSAXProcessorContext processorContext =
new WBSAXProcessorContext(
wmlConfiguration.getElementNameFactory(),
wmlConfiguration.getAttributeStartFactory(), strings,
references, charsetEncoding, stringTable,