Uses of Enum Class
javax.xml.catalog.CatalogFeatures.Feature
Package
Description
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
-
Uses of CatalogFeatures.Feature in javax.xml.catalog
Modifier and TypeMethodDescriptionstatic CatalogFeatures.Feature
Returns the enum constant of this class with the specified name.static CatalogFeatures.Feature[]
CatalogFeatures.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCatalogFeatures.get(CatalogFeatures.Feature cf)
Returns the value of the specified feature.CatalogFeatures.Builder.with(CatalogFeatures.Feature feature, String value)
Sets the value to a specified Feature.