Specifies the available preprocessor types for XMLViews
References:
sap.ui.core.mvc.XMLView
sap.ui.core.mvc.View.Preprocessor
Properties Overview
Node
Description
sap.ui.core.mvc.XMLView.PreprocessorType.CONTROLS
This preprocessor receives the control tree produced through the view source
sap.ui.core.mvc.XMLView.PreprocessorType.VIEWXML
This preprocessor receives a valid xml source for View creation without any template tags but with control declarations. These include their full IDs by which they can also be queried during runtime.
sap.ui.core.mvc.XMLView.PreprocessorType.XML
This preprocessor receives the plain xml source of the view and should also return a valid xml ready for view creation