Uses of Class
org.xmlresolver.ResolvedResource
Packages that use ResolvedResource
Package
Description
The XML (Catalog) Resolver.
Resource source extensions.
-
Uses of ResolvedResource in org.xmlresolver
Subclasses of ResolvedResource in org.xmlresolverMethods in org.xmlresolver that return ResolvedResourceModifier and TypeMethodDescriptionprotected ResolvedResource
Resolver.openConnection
(String uri, String baseURI, boolean asEntity) protected ResolvedResource
Resolver.openConnection
(URI originalURI, boolean asEntity) CatalogResolver.resolveEntity
(String name, String publicId, String systemId, String baseURI) Resolve external identifiers and other entity-like resources.ResourceResolver.resolveEntity
(String name, String publicId, String systemId, String baseURI) Resolve external identifiers and other entity-like resources.CatalogResolver.resolveNamespace
(String uri, String baseURI, String nature, String purpose) Resolve a Namespace URI.ResourceResolver.resolveNamespace
(String href, String base, String nature, String purpose) Resolve a namespace URI.CatalogResolver.resolveURI
(String href, String baseURI) Resolve a URI.ResourceResolver.resolveURI
(String href, String baseURI) Resolve a URI. -
Uses of ResolvedResource in org.xmlresolver.sources
Constructors in org.xmlresolver.sources with parameters of type ResolvedResourceModifierConstructorDescriptionConstruct the @link org.xml.sax.InputSource} directly from a ResolvedResourceResolverLSInput
(ResolvedResource rsrc, String publicId) Construct theLSInput
while preserving the local URI.