| Constructor and Description |
|---|
SchematronResourcePure(com.phloc.commons.io.IReadableResource aResource,
String sPhase,
IPSErrorHandler aErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
IPSBoundSchema |
IPSQueryBinding.bind(PSSchema aSchema,
String sPhase,
IPSErrorHandler aCustomErrorHandler)
Create a bound schema, which is like a precompiled schema.
|
| Modifier and Type | Method and Description |
|---|---|
IPSBoundSchema |
PSXPathQueryBinding.bind(PSSchema aSchema,
String sPhase,
IPSErrorHandler aCustomErrorListener) |
| Modifier and Type | Method and Description |
|---|---|
IPSErrorHandler |
PSBoundSchemaCacheKey.getErrorHandler() |
protected IPSErrorHandler |
AbstractPSBoundSchema.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected PSSchema |
PSBoundSchemaCacheKey.readSchema(com.phloc.commons.io.IReadableResource aResource,
IPSErrorHandler aErrorHandler)
Read the specified schema from the passed resource.
|
| Constructor and Description |
|---|
AbstractPSBoundSchema(IPSQueryBinding aQueryBinding,
PSSchema aOrigSchema,
String sPhase,
IPSErrorHandler aCustomErrorHandler) |
PSBoundSchemaCacheKey(com.phloc.commons.io.IReadableResource aResource,
String sPhase,
IPSErrorHandler aErrorHandler) |
| Constructor and Description |
|---|
PSXPathBoundSchema(IPSQueryBinding aQueryBinding,
PSSchema aOrigSchema,
String sPhase,
IPSErrorHandler aCustomErrorListener)
Create a new bound schema.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPSErrorHandler
Abstract implementation of
IPSErrorHandler. |
class |
CollectingPSErrorHandler
An implementation if
IPSErrorHandler that collects all error
messages. |
class |
DoNothingPSErrorHandler
An implementation if
IPSErrorHandler that does nothing and swallows
all output. |
class |
LoggingPSErrorHandler
An implementation if
IPSErrorHandler that logs to an SLF4J logger. |
| Modifier and Type | Method and Description |
|---|---|
IPSErrorHandler |
AbstractPSErrorHandler.getNestedErrorHandler() |
| Constructor and Description |
|---|
AbstractPSErrorHandler(IPSErrorHandler aNestedErrorHandler) |
CollectingPSErrorHandler(IPSErrorHandler aNestedErrorHandler) |
LoggingPSErrorHandler(IPSErrorHandler aNestedErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
IPSErrorHandler |
PSReader.getErrorHandler() |
| Constructor and Description |
|---|
PSReader(com.phloc.commons.io.IReadableResource aResource,
IPSErrorHandler aErrorHandler)
Constructor with an error handler
|
| Constructor and Description |
|---|
PSXPathValidationHandlerSVRL(IPSErrorHandler aErrorHandler)
Constructor
|
Copyright © 2006–2014 phloc systems. All rights reserved.