Tree binding implementation for XML format
new sap.ui.model.xml.XMLTreeBinding(oModel?, Path, oContext?, aFilters?, mParameters?)
Param | Type | Default Value | Description |
---|---|---|---|
oModel? | sap.ui.model.xml.XMLModel | ||
Path | string | pointing to the tree or array that should be bound |
|
oContext? | object | Context object for this binding |
|
aFilters? | array | Predefined filters contained in an array |
|
mParameters? | object | Additional model-specific parameters |
Return node contexts for the tree
Param | Type | DefaultValue | Description |
---|---|---|---|
oContext | sap.ui.model.Context |
to use for retrieving the node contexts |
|
iStartIndex | int |
the startIndex where to start the retrieval of contexts |
|
iLength | int |
determines how many contexts to retrieve beginning from the start index. |