Uses of Enum Class
javax.xml.catalog.CatalogFeatures.Feature
Packages that use 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
Methods in javax.xml.catalog that return CatalogFeatures.FeatureModifier 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.Methods in javax.xml.catalog with parameters of type CatalogFeatures.FeatureModifier 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.