|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.resolver.Catalog
org.apache.commons.configuration.resolver.CatalogResolver.Catalog
public static class CatalogResolver.Catalog
Overrides the Catalog implementation to use the underlying FileSystem.
Field Summary |
---|
Fields inherited from class org.apache.xml.resolver.Catalog |
---|
base, BASE, CATALOG, catalogCwd, catalogEntries, catalogFiles, catalogManager, catalogs, default_override, DELEGATE_PUBLIC, DELEGATE_SYSTEM, DELEGATE_URI, DOCTYPE, DOCUMENT, DTDDECL, ENTITY, LINKTYPE, localCatalogFiles, localDelegate, NOTATION, OVERRIDE, PUBLIC, readerArr, readerMap, REWRITE_SYSTEM, REWRITE_URI, SGMLDECL, SYSTEM, SYSTEM_SUFFIX, URI, URI_SUFFIX |
Constructor Summary | |
---|---|
CatalogResolver.Catalog()
|
Method Summary | |
---|---|
void |
loadSystemCatalogs()
Load the catalogs. |
protected String |
normalizeURI(String uriref)
Perform character normalization on a URI reference. |
void |
parseCatalog(String baseDir,
String fileName)
Parse the specified catalog file. |
Methods inherited from class org.apache.xml.resolver.Catalog |
---|
addDelegate, addEntry, addReader, copyReaders, encodedByte, fixSlashes, getCatalogManager, getCurrentBase, getDefaultOverride, makeAbsolute, newCatalog, parseAllCatalogs, parseCatalog, parseCatalog, parseCatalog, parseCatalogFile, parsePendingCatalogs, resolveDoctype, resolveDocument, resolveEntity, resolveLocalPublic, resolveLocalSystem, resolveLocalURI, resolveNotation, resolvePublic, resolveSubordinateCatalogs, resolveSystem, resolveURI, setCatalogManager, setupReaders, unknownEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogResolver.Catalog()
Method Detail |
---|
public void loadSystemCatalogs() throws IOException
loadSystemCatalogs
in class org.apache.xml.resolver.Catalog
IOException
- if an error occurs.public void parseCatalog(String baseDir, String fileName) throws IOException
baseDir
- The base directory, if not included in the file name.fileName
- The catalog file. May be a full URI String.
IOException
- If an error occurs.protected String normalizeURI(String uriref)
normalizeURI
in class org.apache.xml.resolver.Catalog
uriref
- The URI reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |