throw new NullPointerException();
}
final BundleWriterState contentState = new BundleWriterState(state, state.getReport(), "datadefinition.xml");// NON-NLS
final OutputStream outputStream = new BufferedOutputStream(bundle.createEntry(contentState.getFileName(),
"text/xml"));
final DefaultTagDescription tagDescription =
new DefaultTagDescription(ClassicEngineBoot.getInstance().getGlobalConfig(), BundleXmlModule.TAG_DEF_PREFIX);
final XmlWriter writer = new XmlWriter(new OutputStreamWriter(outputStream, "UTF-8"), tagDescription, " ", "\n");
writer.writeXmlDeclaration("UTF-8");