final ContentHandler handler = (ContentHandler)
Proxy.newProxyInstance( getClass().getClassLoader(),
new Class[]{ContentHandler.class},
recorder );
serializer.serializeElement( configuration, handler );
}
public void testSerializeElementWithChildAndContent()
throws Exception
{