Uses of Class
javax.xml.catalog.CatalogFeatures
-
Packages that use CatalogFeatures 软件包 描述 javax.xml.catalog -
-
Uses of CatalogFeatures in javax.xml.catalog
Methods in javax.xml.catalog that return CatalogFeatures Modifier and Type 方法 描述 CatalogFeatures
CatalogFeatures.Builder. build()
返回此构建器构建的CatalogFeatures对象。static CatalogFeatures
CatalogFeatures. defaults()
返回具有默认设置的CatalogFeatures实例。Methods in javax.xml.catalog with parameters of type CatalogFeatures Modifier and Type 方法 描述 static Catalog
CatalogManager. catalog(CatalogFeatures features, URI... uris)
使用指定的功能设置和uri创建一个Catalog
对象到一个或多个目录文件。static CatalogResolver
CatalogManager. catalogResolver(CatalogFeatures features, URI... uris)
使用指定的功能设置和uri(s)创建一个CatalogResolver
的实例到一个或多个目录文件。
-