class SchemaValidator
Service class for validating XML schemas.
Only implements validation rules that cannot be implemented in XSD.
Methods
__construct(Schema $schema) | ||
boolean | validate() | |
array |
getErrors()
Returns the list of error messages |
Details
at line 36
public
__construct(Schema $schema)
at line 44
public boolean
validate()
at line 103
public array
getErrors()
Returns the list of error messages