Download xmlresolver Free Java Code

Description

The xmlresolver project provides an advanced implementation of the SAX EntityResolver, the Transformer URIResolver, and a new NamespaceResolver. The implementation uses the OASIS XML Catalogs V1.1 Standard to provide a mapping from public identifiers to local resources.

Source Files

The download file xmlresolver-master.zip has the following entries.


.gitignore//from   w  w  w .  j  a va2  s . c o m
build.xml
docs/README
lib/httpclient-4.2.5.jar
lib/httpcore-4.2.4.jar
lib/httpmime-4.2.5.jar
pom.xml
resources/notices/APACHE-HTTPCLIENT.txt
resources/notices/LICENSE
resources/vendor.properties
resources/version.properties
src/org/xmlresolver/CacheFlush.java
src/org/xmlresolver/CacheInfo.java
src/org/xmlresolver/Catalog.java
src/org/xmlresolver/CatalogResult.java
src/org/xmlresolver/CatalogSource.java
src/org/xmlresolver/Configuration.java
src/org/xmlresolver/NamespaceResolver.java
src/org/xmlresolver/Resolver.java
src/org/xmlresolver/Resource.java
src/org/xmlresolver/ResourceCache.java
src/org/xmlresolver/ResourceConnection.java
src/org/xmlresolver/ResourceResolver.java
src/org/xmlresolver/StAXResolver.java
src/org/xmlresolver/apps/Parse.java
src/org/xmlresolver/helpers/DOMUtils.java
src/org/xmlresolver/helpers/FileURI.java
src/org/xmlresolver/helpers/PublicId.java
src/org/xmlresolver/helpers/URIUtils.java
src/org/xmlresolver/helpers/package.html
src/org/xmlresolver/package.html
src/org/xmlresolver/readers/XMLCatalogReader.java
src/org/xmlresolver/readers/package.html
src/org/xmlresolver/tools/ResolvingXMLFilter.java
src/org/xmlresolver/tools/ResolvingXMLReader.java
src/org/xmlresolver/tools/package.html
test/org/xmlresolver/CatalogLookupTest.java
test/org/xmlresolver/DOMResolverTest.java
test/org/xmlresolver/InstantiationTest.java
test/org/xmlresolver/Resolver2Test.java
test/org/xmlresolver/ResolverTest.java
test/org/xmlresolver/ResourceCacheTest.java
test/org/xmlresolver/ResourceResolverTest.java
test/org/xmlresolver/StAXResolverTest.java
test/org/xmlresolver/readers/XMLCatalogReaderTest.java
test/org/xmlresolver/tools/ResolvingXMLReaderTest.java
tests/catalogs/cache/control.xml
tests/catalogs/cache/data/xrc6198858042131610785.html
tests/catalogs/cache/data/xrc720398305357963575.dtd
tests/catalogs/cache/entry/xrc6198858042131610785.xml
tests/catalogs/cache/entry/xrc720398305357963575.xml
tests/catalogs/cache/lock
tests/catalogs/catalog.xml
tests/catalogs/prefer-public.xml
tests/catalogs/prefer-system.xml
tests/catalogs/sgmlcatalog.xml
tests/documents/catalog.xml
tests/documents/doc.dtd
tests/documents/dtdtest.xml
tests/documents/ent.xml
tests/documents/picat.xml
tests/documents/pitest.xml
tests/documents/wxsns.html

Download

Click the following link to download xmlresolver-master.zip.

xmlresolver-master.zip




















Home »
  Java Free Code »
    XML »




XML
DOM