validate method

validate

Checks all methods in the Rule List.

Returns

result object of validation.

def validate(self, document):
    ...
ParameterTypeDescription
documentHTMLDocumentHTMLDocument object for validation.

See Also