class XslValidator implements XslValidatorInterface

Methods

__construct(ResultParserInterface $errorParser)

XslValidator constructor.

setXsl(DOMDocument $xslDocument)

No description

array
validate(string $filename, DOMDocument $document)

No description

Details

at line 30
__construct(ResultParserInterface $errorParser)

XslValidator constructor.

Parameters

ResultParserInterface $errorParser

at line 35
setXsl(DOMDocument $xslDocument)

Parameters

DOMDocument $xslDocument

at line 46
array validate(string $filename, DOMDocument $document)

Parameters

string $filename
DOMDocument $document

Return Value

array