Modifier and Type | Method and Description |
---|---|
void |
IPSBoundSchema.validate(Node aNode,
String sBaseURI,
IPSValidationHandler aHandler)
The generic validation method.
|
Modifier and Type | Method and Description |
---|---|
void |
PSXPathBoundSchema.validate(Node aNode,
String sBaseURI,
IPSValidationHandler aValidationHandler) |
Modifier and Type | Interface and Description |
---|---|
interface |
IPSPartialValidationHandler
An extension of
IPSValidationHandler that is used to determine the
overall validity of a Schematron validation. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
PSXPathValidationHandlerSVRL
A special validation handler that creates an SVRL document.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.