Element div = selectNamedElement(dom, "div");
// Create Mocks.
ProtocolSupportFactoryMock psf =
new ProtocolSupportFactoryMock("psf", expectations);
ProtocolConfigurationMock configuration =
new ProtocolConfigurationMock("configuration",
expectations);
EmulatedXFormDescriptorMock fd =
new EmulatedXFormDescriptorMock("fd", expectations);
OutputBufferFactoryMock bufferFactory = new OutputBufferFactoryMock(
"bufferFactory", expectations);