Modifier and Type | Class and Description |
---|---|
class |
XMLCatalogURIResolverExtension
Resolve the XML Schema of XML/Catalog
|
Modifier and Type | Class and Description |
---|---|
class |
XMLCacheResolverExtension
URI resolver which, on the first access, downloads the XML Schema or DTD from
"http(s)" or "ftp" URIs to the file system.
|
class |
XMLCatalogResolverExtension
XML catalog URI resolver.
|
class |
XMLFileAssociationResolverExtension
XML file association URI resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
XSDURIResolverExtension
Resolve the XSD XML Schema and DTD dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
XSLURIResolverExtension
Resolve the XSL XML Schema to use according the xsl:stylesheet/@version
|
Modifier and Type | Class and Description |
---|---|
class |
URIResolverExtensionManager
URI resolver manager.
|
Modifier and Type | Method and Description |
---|---|
void |
URIResolverExtensionManager.registerResolver(URIResolverExtension resolver)
Register an URI resolver.
|
void |
URIResolverExtensionManager.unregisterResolver(URIResolverExtension resolver)
Unregister an URI resolver.
|
Constructor and Description |
---|
ResolvedURIInfo(String resolvedURI,
URIResolverExtension resolver) |
Copyright © 2022. All rights reserved.