From 076be316935180341d7ee7a9335281a4b18d1fa9 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 30 Nov 2011 08:53:14 +0900 Subject: pre 1.0.10 release commit --- doc/Axlsx/DataTypeValidator.html | 46 +++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 27 deletions(-) (limited to 'doc/Axlsx/DataTypeValidator.html') diff --git a/doc/Axlsx/DataTypeValidator.html b/doc/Axlsx/DataTypeValidator.html index d3698abf..b120e469 100644 --- a/doc/Axlsx/DataTypeValidator.html +++ b/doc/Axlsx/DataTypeValidator.html @@ -94,11 +94,10 @@

Overview

-

-Validate that the class of the value provided is either an instance or the + +

Validate that the class of the value provided is either an instance or the class of the allowed types and that any specified additional validation -returns true. -

+returns true.

@@ -135,9 +134,8 @@ returns true. -

-Perform validation. -

+
+

Perform validation.

@@ -161,9 +159,8 @@ Perform validation.

-

-Perform validation -

+ +

Perform validation

@@ -182,9 +179,8 @@ Perform validation — -

-The name of what is being validated. This is included in the error message -

+
+

The name of what is being validated. This is included in the error message

@@ -199,9 +195,8 @@ The name of what is being validated. This is included in the error message — -

-A single class or array of classes that the value is validated against. -

+
+

A single class or array of classes that the value is validated against.

@@ -218,9 +213,8 @@ A single class or array of classes that the value is validated against. — -

-Any block that must evaluate to true for the value to be valid -

+
+

Any block that must evaluate to true for the value to be valid

@@ -238,9 +232,8 @@ Any block that must evaluate to true for the value to be valid — -

-true if validation succeeds. -

+
+

true if validation succeeds.

@@ -257,10 +250,9 @@ true if validation succeeds. — -

-Raised if the class of the value provided is not in the specified array of -types or the block passed returns false -

+
+

Raised if the class of the value provided is not in the specified array of +types or the block passed returns false

@@ -315,7 +307,7 @@ types or the block passed returns false
-- cgit v1.2.3