| Modifier and Type | Class and Description |
|---|---|
class |
ResourceErrorGroup
Contains a list of resource errors and some sanity access methods.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
IResourceErrorGroup.getAllErrors()
Get a resource error group containing only the error elements.
|
IResourceErrorGroup |
IResourceErrorGroup.getAllFailures()
Get a resource error group containing only the failure elements.
|
IResourceErrorGroup |
IHasResourceErrorGroup.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
ResourceErrorGroup |
ResourceErrorGroup.addResourceErrorGroup(IResourceErrorGroup aResourceErrorGroup)
Add a all resource errors of the other group
|
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
AbstractJAXBMarshaller.getLastValidationErrors()
Get the parsing errors from the last read/write actions.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingValidationEventHandler.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingSAXErrorHandler.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
IReadableResource aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
Source aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource aSchema,
IReadableResource aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource aSchema,
Source aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(Schema aSchema,
IReadableResource aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(Schema aSchema,
Source aXML) |
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingTransformErrorListener.getResourceErrors() |
Copyright © 2014–2015 Philip Helger. All rights reserved.