Arbortext Command Language > Repository API > sess_element_is_boundary
  
sess_element_is_boundary
sess_element_is_boundary(sesshdl, elementname[, doc])
For the repository session sesshdl, this function inspects the specified elementname for the specified doc and returns a value indicating the following:
Whether or not the elementname is a bursting boundary.
If the elementname is a bursting boundary, should it be burst as a file entity reference or a virtual document child.
The sesshdl parameter is a session handle. The elementname is the name of an element within the document's document type definition (DTD). The optional parameter doc is a document identifier for the desired document. If omitted, the return value for current_doc is used.
The possible return values are:
0oid is not a bursting boundary.
1oid is a bursting boundary and should be a file entity reference.
2oid is a bursting boundary and should be a virtual document child.
3oid is a bursting boundary and should be an XML inclusion reference.
Related Topics
sess_is_boundary function