Programmer's Guide > Interfaces > ADocument interface > ModifyRefFlags enumeration
  
ModifyRefFlags enumeration
The ModifyRefFlags enumerated type is used to construct the flags parameter to the modifyReferences method by ORing any of the following options.
The ModifyRefFlags enumeration has the following constants of type int.
MODIFYREF_NO_CUSTOMREF = 0x0001
Indicates that the burst configuration file associated with the doctype of the document given to the modifyReferences method should not be consulted in order to determine which DOM nodes are considered customref references. The result of this flag is that no customref references will be modified.
MODIFYREF_NO_GRAPHICS = 0x0002
Indicates that neither the Arbortext Styler stylesheet nor DCF file associated with the document or the doctype of the document given to the modifyReferences method should be consulted in order to determine which DOM nodes are considered “graphics”. The result of this flag is that no graphics references will be modified.
MODIFYREF_NO_FILEENTS = 0x0004
Indicates that file entity references will not be modified.
MODIFYREF_NO_XINCLUDES = 0x0008
Indicates that XInclude references will not be modified.