Programmer's Guide > Interfaces > Acl interface > DOMOID method
  
DOMOID method
Returns the DOM Node associated with the supplied ACL object identifier oid.
This method is useful for creating a DOM node object from a portion of a document instead of the entire document. The desired document must be open in Arbortext Editor or Arbortext Publishing Engine before calling this method. The object identifier oid can be obtained by using the Eval method to call an ACL function such as oid_caret.
DOMOID(oid )
Parameters
Stringoid
The ACL object identifier.
Returns
Node. The DOM Node object. If oid is invalid, returns 0.