XmlDataBinding

XmlDataBinding class

Represents Xml Data Binding information.

class XmlDataBinding;

Properties

PropertyTypeDescription
urlstringReadonly. Gets source url of this data binding.

Methods

MethodDescription
getUrl()@deprecated. Please use the ‘url’ property instead. Gets source url of this data binding.
isNull()Checks whether the implementation object is null.

url

Readonly. Gets source url of this data binding.

url : string;

getUrl()

@deprecated. Please use the ‘url’ property instead. Gets source url of this data binding.

getUrl() : string;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;