public class CustomResourceResolver extends Object implements LSResourceResolver
LSResourceResolver implementation to avoid having external calls to retrieve GraphML related XSD files.| Constructor and Description |
|---|
CustomResourceResolver() |
| Modifier and Type | Method and Description |
|---|---|
LSInput |
resolveResource(String type,
String namespaceURI,
String publicId,
String systemId,
String baseURI) |
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
Returns a CustomLSInput with the managed GraphMLXsd if found, or null, else.
resolveResource in interface LSResourceResolverCopyright © 2020. All rights reserved.