Arbortext Command Language > Functions by Alphabetical Listing > dom_oid
  
dom_oid
domid = dom_oid ([oid])
Returns the ID of the DOM object associated with the object ID oid. If oid is omitted, the oid containing the current caret position is used.
If the document containing oid does not have an associated DOM document object, a new DOM document object is created and associated with the document; in this case, the default DOM interface code for the document will be set to dom L1 V1.0.
Related Topics
dom_address function
dom_document function
dom_free function