Package 
Class 
Use 
PACKAGE: DESCRIPTION | INTERFACES | CLASSES | ENUMS | EXCEPTIONS | ERRORS | ANN TYPES
FlexDoc/Javadoc 2.0
Demo Java Doc

java.xml
Package javax.xml.catalog

package javax.xml.catalog
Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.

The Catalog API defines a standard solution for resolving external resources referenced by XML documents. It is fully supported by the XML Processors allowing application developers to configure a catalog through an XML processor or system property or the jaxp.properties file to take advantage of the feature.

The XML Catalog API defines the following interfaces:

Unless otherwise noted, passing a null argument to a constructor or method in any class or interface in this package will cause a NullPointerException to be thrown.

Since:
9
Interface Summary
The Catalog class represents an entity Catalog as defined by XML Catalogs, OASIS Standard V1.1, 7 October 2005.
A Catalog Resolver that implements SAX EntityResolver, StAX XMLResolver, DOM LS LSResourceResolver used by Schema Validation, and Transform URIResolver, and resolves external references using catalogs.
Class Summary
The CatalogFeatures holds a collection of features and properties.
The Builder class for building the CatalogFeatures object.
The Catalog Manager manages the creation of XML Catalogs and Catalog Resolvers.
Enum Summary
A Feature type as defined in the Catalog Features table.
Exception Summary
The exception class handles errors that may happen while processing or using a catalog.

 Package 
Class 
Use 
PACKAGE: DESCRIPTION | INTERFACES | CLASSES | ENUMS | EXCEPTIONS | ERRORS | ANN TYPES
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz