XMLNode.Validate Method

Definition

Verifies an individual XML element or the entire document against the attached XML schema or schemas.

public:
 void Validate();
public void Validate ();
abstract member Validate : unit -> unit
Public Sub Validate ()

Remarks

Use the Validate method with the ValidationStatus and ValidationErrorText[Boolean] properties to determine if an XML element is valid against the applied schema and what error text to display to the user. Use the SetValidationError(WdXMLValidationStatus, Object, Boolean) method to override the schema violations with custom validation errors.

When you run the Validate method, Microsoft Word populates the XMLSchemaViolations collection with the XML nodes that have validation errors.

Applies to