swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax    
operator  

attribute is

 

 

Return type: Boolean
Returns:       

True or false.



Syntax
  attribute attribute-name element-qualifier*
     (indexer)? (is | isnt)
     (cdata | name | names | number | numbers | nmtoken |
       nmtokens | id | idref | idrefs | notation | entity | entities | group)


Purpose

You can use the attribute is test to determine whether an attribute is of a specified type. For example, the following code will succeed if attribute "foo" is of type "name", and will fail otherwise:

  attribute "foo" is name

Attribute type tests can be combined by joining the types with or (|) and parenthesizing them. Note that for a data attribute, a test of its type for id, idref, idrefs, notation, entity, or entities will always fail because those types of attributes cannot be associated with a notation.

Entity and notation attribute tests can be applied directly to attribute values which are declared as entity or notation, or directly to an item of an attribute declared as entities.

    Related Syntax
   attribute
 
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:44:58 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.