public final class Catalog extends ForwardingCatalog
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
defaultCatalog() |
static Catalog |
newCatalog(com.google.common.base.Function<CatalogQuery,URI> catalogFunction) |
URI |
resolveEntity(String publicId,
String systemId) |
URI |
resolveUri(String href,
String base) |
URI |
resolveUri(URI uri) |
apply, delegate, equals, hashCodepublic static Catalog defaultCatalog()
public static Catalog newCatalog(com.google.common.base.Function<CatalogQuery,URI> catalogFunction)
@ReturnsNullable public URI resolveEntity(@Nullable String publicId, @Nullable String systemId)
@ReturnsNullable public URI resolveUri(@Nullable URI uri)
Copyright © 2009-2012 TranceCode. All Rights Reserved.