contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   is external    
  Related Syntax    

Summary   Boolean

Returns true if the object or entity is external, and false otherwise. Replacing is with isnt reverses the results.

 

Syntax

  stream? stream-name indexer? (is | isnt) external
  OR (for entity test)
  entity (is | isnt) external


Purpose

This keyword tests to determine whether the object attached to a stream is external (an externally defined output stream). It returns true if the object is external, and false otherwise. Replacing is with isnt will reverse the results.

It can also be used as an entity test that returns true if the entity is an external entity. In this form, it is used primarily when testing the entities named by the values of entity or entities attributes. This test will always be true in an external-text-entity or external-data-entity rule.

    Related Syntax
   external-data-entity
   external-text-entity
 
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:08 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.