Integration functions

Binding functions provide support for the binding process. The namespace prefix is bd and the namespace declaration is http://www.volantis.com/xmlns/2011/07/binding.

Binding functions provide support for the binding process. The namespace prefix is bd and the namespace declaration is http://www.volantis.com/xmlns/2011/07/binding.

Name Purpose
bd:get-component-id

Returns the value of the component-id attribute of an element. If the element is not specified or the specified element has no component-id attribute, then this function delegates to the bd:get-id function.

bd:get-id

Returns the value of the id attribute of an element. If the element is not specified or the specified element has no id attribute, then this function generates an identifier that is unique within the page. Note that if the element is not provided, then the function returns a different value each time it is called.

bd:pseudo-element

Returns an extension value that represents a pseudo-element.

Related topics