Apache XML Commons Resolver Tools package
This package implements several tool classes for catalog-based entity resolution:
org.apache.xml.resolver.tools.CatalogResolver
See: Description
Class Summary | |
---|---|
CatalogResolver |
A SAX EntityResolver/JAXP URIResolver that uses catalogs. This class implements both a SAX EntityResolver and a JAXP URIResolver. |
ResolvingParser |
A SAX Parser that performs catalog-based entity resolution. This class implements a SAX Parser that performs entity resolution using the CatalogResolver. |
ResolvingXMLFilter |
A SAX XMLFilter that performs catalog-based entity resolution. This class implements a SAX XMLFilter that performs entity resolution using the CatalogResolver. |
ResolvingXMLReader |
A SAX XMLReader that performs catalog-based entity resolution. This class implements a SAX XMLReader that performs entity resolution using the CatalogResolver. |
Apache XML Commons Resolver Tools package
This package implements several tool classes for catalog-based entity resolution:
org.apache.xml.resolver.tools.CatalogResolver
org.apache.xml.resolver.tools.ResolvingXMLReader
org.apache.xml.resolver.tools.ResolvingParser
Typically, these classes can be used in other applications. For example, running the Saxon XSLT processor with the arguments:
-x org.apache.xml.resolver.tools.ResolvingXMLReader -y org.apache.xml.resolver.tools.ResolvingXMLReader -r org.apache.xml.resolver.tools.CatalogResolver
will provide catalog-based entity resolution for all of the entities and stylesheets that you use. (The CatalogResolver can only be used with Saxon 6.1 or later.)
In order to use these classes, you must have the JAXP 1.1 jar files in your CLASSPATH.