| Package | Description |
|---|---|
| org.trancecode.xml.catalog |
| Modifier and Type | Method and Description |
|---|---|
static CatalogQuery |
CatalogQuery.newInstance(String publicId,
String systemId,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.addCache(com.google.common.base.Function<CatalogQuery,URI> catalog) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.defaultCatalog() |
protected com.google.common.base.Function<CatalogQuery,URI> |
ForwardingCatalog.delegate() |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.group(URI baseUri,
Iterable<com.google.common.base.Function<CatalogQuery,URI>> catalogs) |
com.google.common.base.Function<CatalogQuery,URI> |
CatalogParser.parse(Source source) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.rewriteSystem(String systemIdStartString,
String rewritePrefix) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.rewriteUri(String uriStartString,
String rewritePrefix) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.routingCatalog(com.google.common.base.Function<CatalogQuery,URI>... catalogEntries) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.routingCatalog(Iterable<com.google.common.base.Function<CatalogQuery,URI>> catalogEntries) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.setBaseUri(URI baseUri,
com.google.common.base.Function<CatalogQuery,URI> catalog) |
| Modifier and Type | Method and Description |
|---|---|
URI |
ForwardingCatalog.apply(CatalogQuery query) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.addCache(com.google.common.base.Function<CatalogQuery,URI> catalog) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.group(URI baseUri,
Iterable<com.google.common.base.Function<CatalogQuery,URI>> catalogs) |
static Catalog |
Catalog.newCatalog(com.google.common.base.Function<CatalogQuery,URI> catalogFunction) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.routingCatalog(Iterable<com.google.common.base.Function<CatalogQuery,URI>> catalogEntries) |
static com.google.common.base.Function<CatalogQuery,URI> |
Catalogs.setBaseUri(URI baseUri,
com.google.common.base.Function<CatalogQuery,URI> catalog) |
| Constructor and Description |
|---|
ForwardingCatalog(com.google.common.base.Function<CatalogQuery,URI> delegate) |
Copyright © 2009-2012 TranceCode. All Rights Reserved.