class sap.ui.model.xml.XMLTreeBinding

Visiblity: protected
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/model/xml/XMLTreeBinding
Application Component: CA-UI5-COR

Tree binding implementation for XML format


Constructor

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


Methods Overview

Method Description
getNodeContexts

Return node contexts for the tree

getNodeContexts

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.