The Apache XML Commons Resolver classes implement Catalog-based entity and URI resolution.
Overview
The resolver class implements the full semantics of OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401) catalogs and the 06 Aug 2001 Committee Specification of OASIS XML Catalogs.
It also includes a framework of classes designed to read catalog files in a number of formats:
- The plain-text flavor described by TR9401.
- The XCatalog XML format defined by John Cowan
- The XML Catalog format defined by the OASIS Entity Resolution Technical Committee.
Quick Start
The tools classes provide "out-of-the-box" SAX1 Parser, SAX2 XMLReader, and JAXP URIResolvers. If you're just interested in hooking a parser or URI resolver into your application, this is the place to start.
Package | Description |
---|---|
org.apache.xml.resolver |
Apache XML Commons Resolver package.
|
org.apache.xml.resolver.apps |
Apache XML Commons Resolver Applications package.
|
org.apache.xml.resolver.helpers |
Apache XML Commons Resolver Helpers package.
|
org.apache.xml.resolver.readers |
Apache XML Commons Resolver Readers package.
|
org.apache.xml.resolver.tools |
Apache XML Commons Resolver Tools package.
|