void createPageXML() {
try {
xmlEditor = new XMLEditor(new IvyContentAssistProcessor() {
protected IvyModel newCompletionModel(IFile file) {
return new IvySettingsModel(
new EclipseIvyModelSettings(getJavaProject()),
file.getFullPath().toFile());
}
});
xmlEditor.setFile(((IvyFileEditorInput) getEditorInput()).getFile());
int index = addPage(xmlEditor, getEditorInput());