Uses of Enum Class
javax.xml.catalog.CatalogResolver.NotFoundAction
Package
Description
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
-
Uses of CatalogResolver.NotFoundAction in javax.xml.catalog
Modifier and TypeMethodDescriptionReturns the action type mapped to the specifiedresolve
property.Returns the enum constant of this class with the specified name.static CatalogResolver.NotFoundAction[]
CatalogResolver.NotFoundAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic CatalogResolver
CatalogManager.catalogResolver
(Catalog catalog, CatalogResolver.NotFoundAction action) Creates aCatalogResolver
that resolves external references with the givencatalog
andaction
type that determines the behavior when unable to resolve a reference.