Arbortext Command Language > Functions by Alphabetical Listing > file_entity_names
  
file_entity_names
file_entity_names (arr[, doc])
 
The file_entity_names function fills the array arr with an alphabetical list of file entity names which are valid for the current document, returning the total number. The first name returned is stored at index 1. All previous elements in arr are discarded.
The doc argument specifies the identifier of the document tree to query. If omitted or 0, the current document is used.
* 
Entities declared in the DTD are included in the array arr in addition to those declared in the declaration subset.