| Modifier and Type | Method and Description |
|---|---|
Map<IReadableResource,SizeInt> |
ImageDataManager.getAllCachedSizes() |
Set<IReadableResource> |
ImageDataManager.getAllNotExistingResources() |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ImageDataManager.clearCachedSize(IReadableResource aRes)
Remove a single resource from the cache.
|
SizeInt |
ImageDataManager.getImageSize(IReadableResource aRes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
Wraps a class path object as a readable resource.
|
class |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file
system objects. |
class |
URLResource
Implementation of the
IReadableResource interface for URL objects. |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
IReadableResource.getReadableCloneForPath(String sPath)
Get a new resource of the same implementation type as this object but for a
different path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryReadableResource
Abstract base class for an
IReadableResource that is not really a
resource but where the API does not offer alternatives. |
class |
ReadableResourceByteArray
An in-memory
IReadableResource based on a byte array. |
class |
ReadableResourceInputStream
An in-memory
IReadableResource based on an InputStream. |
class |
ReadableResourceString
An in-memory
IReadableResource based on a String which is
converted to a byte array with the provided charset. |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
AbstractMemoryReadableResource.getReadableCloneForPath(String sPath) |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
URLResourceProvider.getReadableResource(String sURL) |
IReadableResource |
ReadableResourceProviderChain.getReadableResource(String sName) |
IReadableResource |
IReadableResourceProvider.getReadableResource(String sName)
Get the resource specified by the given name for reading.
|
IReadableResource |
FileSystemResourceProvider.getReadableResource(String sName) |
IReadableResource |
ClassPathResourceProvider.getReadableResource(String sName) |
| Modifier and Type | Method and Description |
|---|---|
static IMicroDocument |
MicroReader.readMicroXML(IReadableResource aRes) |
static IMicroDocument |
MicroReader.readMicroXML(IReadableResource aRes,
ISAXReaderSettings aSettings) |
| Modifier and Type | Method and Description |
|---|---|
MimeTypeInfoManager |
MimeTypeInfoManager.read(IReadableResource aRes)
Read the information from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
static IReadableResource |
SimpleLSResourceResolver.doStandardResourceResolving(String sSystemId,
String sBaseURI)
Do the standard resource resolving of sSystemId relative to sBaseURI
|
static IReadableResource |
SimpleLSResourceResolver.doStandardResourceResolving(String sSystemId,
String sBaseURI,
ClassLoader aClassLoader)
Do the standard resource resolving of sSystemId relative to sBaseURI
|
protected IReadableResource |
SimpleLSResourceResolver.internalResolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI)
Internal resource resolving
|
| Constructor and Description |
|---|
ResourceLSInput(IReadableResource aResource) |
| Modifier and Type | Method and Description |
|---|---|
static InputSource |
InputSourceFactory.create(IReadableResource aResource) |
| Constructor and Description |
|---|
CachingSAXInputSource(IReadableResource aRes) |
ReadableResourceSAXInputSource(IReadableResource aResource) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaCache.getSchema(IReadableResource... aResources)
Get a cached
Schema that consists of multiple resources. |
Schema |
SchemaCache.getSchema(IReadableResource aResource)
Get a cached
Schema from a single resource. |
Validator |
SchemaCache.getValidator(IReadableResource... aResources)
Get a new validator based on the
Schema that consists of multiple
resources. |
Validator |
SchemaCache.getValidator(IReadableResource aResource)
Get a new validator based on the
Schema that consists of a single
resource. |
EChange |
SchemaCache.removeFromCache(IReadableResource aKey)
Utility method to remove a single resource from the schema cache.
|
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
IReadableResource aXML) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaCache.createSchema(SchemaFactory aSchemaFactory,
String sSchemaTypeName,
List<? extends IReadableResource> aResources) |
Schema |
SchemaCache.getSchema(Collection<? extends IReadableResource> aResources)
Get a cached
Schema that consists of multiple resources. |
Validator |
SchemaCache.getValidator(Collection<? extends IReadableResource> aResources)
Get a new validator based on the
Schema that consists of multiple
resources. |
protected Schema |
SchemaCache.getValueToCache(List<? extends IReadableResource> aKey) |
| Modifier and Type | Method and Description |
|---|---|
static Document |
DOMReader.readXMLDOM(IReadableResource aIIS) |
static Document |
DOMReader.readXMLDOM(IReadableResource aIIS,
IDOMReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(IReadableResource aResource,
ISAXReaderSettings aSettings) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceStreamSource |
TransformSourceFactory.create(IReadableResource aResource) |
static Templates |
XMLTransformerFactory.newTemplates(IReadableResource aResource)
Create a new XSLT Template for the passed resource.
|
static Templates |
XMLTransformerFactory.newTemplates(TransformerFactory aFactory,
IReadableResource aResource)
Create a new XSLT Template for the passed resource.
|
static Transformer |
XMLTransformerFactory.newTransformer(IReadableResource aResource)
Create a new XSLT transformer for the passed resource.
|
static Transformer |
XMLTransformerFactory.newTransformer(TransformerFactory aTransformerFactory,
IReadableResource aResource)
Create a new XSLT transformer for the passed resource.
|
| Constructor and Description |
|---|
CachingTransformStreamSource(IReadableResource aResource) |
ResourceStreamSource(IReadableResource aResource) |
Copyright © 2014–2015 Philip Helger. All rights reserved.