Class Nexista_Nexista_XmlValidator

Description

This validator is used to make sure that a string contains is xml safe (i.e all tags close and nest appropriately) It does not check for headers and root tags.

Located in /modules/validators/xml.validator.php (line 25)

Nexista_Validator
   |
   --Nexista_Nexista_XmlValidator
Variable Summary
 string $message
 array $params
Method Summary
 boolean main ()
Variables
string $message = "must be valid xml" (line 45)

Validator error message

  • access: protected

Redefinition of:
Nexista_Validator::$message
Validation info message
array $params = array(
'var' => '' //required - name of flow var to validate
)
(line 34)

Function parameter array

  • access: protected

Redefinition of:
Nexista_Validator::$params
Function parameter array

Inherited Variables

Inherited from Nexista_Validator

Nexista_Validator::$empty
Nexista_Validator::$required
Nexista_Validator::$result
Methods

Documentation generated on Tue, 11 Mar 2008 23:23:17 -0400 for Nexista 0.2.0