protected static class ValidationService.Resolver extends Object implements LSResourceResolver
| Modifier | Constructor and Description |
|---|---|
protected |
Resolver() |
| Modifier and Type | Method and Description |
|---|---|
LSInput |
resolveResource(String type,
String namespace,
String publicId,
String systemId,
String baseURI)
Resolve a reference to a resource
|
public LSInput resolveResource(String type, String namespace, String publicId, String systemId, String baseURI)
resolveResource in interface LSResourceResolvertype - The type of resource, for example a schema, source XML document, or querynamespace - The target namespace (in the case of a schema document)publicId - The public IDsystemId - The system identifier (as written, possibly a relative URI)baseURI - The base URI against which the system identifier should be resolvedCopyright © 2004–2020. All rights reserved.