setAttributePaths (String [] attributePaths)
public void setAttributePaths (String [] attributePaths)
This method sets 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. This method is usually called from the initialiseTemplate
method of the IDocEngineClient interface.
Parameters
attributePaths | the attribute paths used in the document template |