public String [] getAttributePaths ()

This method returns the attribute paths used inside tags in the document template. The attribute paths are represented in the form objectName.attributeName. Note that the paths returned are not necessarily the complete expressions used inside the tags. A tag expression may contain not only the attribute paths, but also arithmetic expressions with these paths. The paths used by the template would have been set by the setAttributePaths method.

Parameters

none

Returns

The attribute paths used in the document template or null if none are used.

  • Last modified: 2023/05/08 06:56