Modifier and Type | Method and Description |
---|---|
void |
IPSBoundSchema.validate(Node aNode,
IPSValidationHandler aHandler)
The generic validation method.
|
Modifier and Type | Method and Description |
---|---|
void |
PSXPathBoundSchema.validate(Node aNode,
IPSValidationHandler aValidationHandler) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPSPartialValidationHandler
An extension of
PSValidationHandlerDefault that is used to determine
the overall validity of a Schematron validation. |
class |
PSValidationHandlerBreakOnFirstError
A simple implementation if
IPSValidationHandler that stops validation
upon the first error (the first failed assert or the first successful
report). |
class |
PSValidationHandlerBreakOnFirstFailedAssert
A simple implementation if
IPSValidationHandler that stops validation
upon the first failed assertion. |
class |
PSValidationHandlerDefault
The empty default implementation of
IPSValidationHandler . |
Modifier and Type | Class and Description |
---|---|
class |
PSXPathValidationHandlerSVRL
A special validation handler that creates an SVRL document.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.