Specifies the type of XML validation to perform (validation or well-formedness check).
•eProcessingModeWF: Sets the XML processing mode to wellformed. This is the default value.
•eProcessingModeValid: Sets the XML processing mode to validation.
•eProcessingModeID: Internal, not for use.
eXMLValidationModeWF |
= 0 |
eXMLValidationModeID |
= 1 |
eXMLValidationModeValid |
= 2 |
Interface |
Property |
public enum ENUMXMLValidationMode {
eProcessingModeValid
eProcessingModeWF
eProcessingModeID }
Class |
Method |