InputValidationOption (NotesDxlImporter - JavaScript™)
Read-write. Indicates that if a DTD is specified in the XML declaration statement, it should be used to validate the input XML.
Defined in
NotesDxlImporterSyntax
getInputValidationOption()
: int
setInputValidationOption(option:int) : void
Legal value | Description |
---|---|
DxlImporter.DXLVALIDATIONOPTION_VALIDATE_NEVER
(0) |
Do not try to validate. |
DxlImporter.DXLVALIDATIONOPTION_ VALIDATE_ALWAYS
(1) |
Validate the input. |
DxlImporter.DXLVALIDATIONOPTION_ VALIDATE_AUTO
(2) |
(Default) If the DTD is specified, validate the input; otherwise, do not validate. |