Uses of Class
javax.xml.catalog.CatalogFeatures.Feature
-
Packages that use CatalogFeatures.Feature 软件包 描述 javax.xml.catalog -
-
Uses of CatalogFeatures.Feature in javax.xml.catalog
Methods in javax.xml.catalog that return CatalogFeatures.Feature 变量和类型 方法 描述 static CatalogFeatures.Feature
CatalogFeatures.Feature. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static CatalogFeatures.Feature[]
CatalogFeatures.Feature. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Methods in javax.xml.catalog with parameters of type CatalogFeatures.Feature 变量和类型 方法 描述 String
CatalogFeatures. get(CatalogFeatures.Feature cf)
返回指定要素的值。CatalogFeatures.Builder
CatalogFeatures.Builder. with(CatalogFeatures.Feature feature, String value)
将值设置为指定的要素。
-