Uses of Class
org.xmlresolver.XMLResolverConfiguration
-
Packages that use XMLResolverConfiguration Package Description org.xmlresolver The XML (Catalog) Resolver. -
-
Uses of XMLResolverConfiguration in org.xmlresolver
Fields in org.xmlresolver declared as XMLResolverConfiguration Modifier and Type Field Description protected XMLResolverConfiguration
Resolver. config
Methods in org.xmlresolver that return XMLResolverConfiguration Modifier and Type Method Description XMLResolverConfiguration
CatalogResolver. getConfiguration()
Returns theXMLResolverConfiguration
used by this ResourceResolver.XMLResolverConfiguration
Resolver. getConfiguration()
Get the Catalog used by this resolver.Constructors in org.xmlresolver with parameters of type XMLResolverConfiguration Constructor Description CatalogResolver(XMLResolverConfiguration conf)
Creates a new instance of ResourceResolver with the specified resolver configuration.Resolver(XMLResolverConfiguration config)
Creates a new instance of a Resolver.StAXResolver(XMLResolverConfiguration config)
Creates a new instance of a StAXResolver.XercesResolver(XMLResolverConfiguration config)
Create a new XercesResolver with a particular configuration.XMLResolverConfiguration(XMLResolverConfiguration current)
A copying constructor.
-