ExpandEntityReferences (NotesDOMParser - LotusScript®)

Read-write. Indicates that every reference within a text value to an entity should be replaced by the entity's corresponding text value.

Defined in

NotesDOMParser

Data type

Boolean

Syntax

To get: flag = notesDOMParser .ExpandEntityReferences

To set: notesDOMParser .ExpandEntityReferences = flag

Legal values

  • True indicates replace references to entities with the corresponding text value.
  • False (default) indicates ignore references to entities.