You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by co...@apache.org on 2014/10/27 18:52:48 UTC

svn commit: r1634622 [4/20] - in /xml/site/targets/commons/components: ./ CVS/ apidocs/ apidocs/CVS/ apidocs/resolver/ apidocs/resolver/CVS/ apidocs/resolver/org/ apidocs/resolver/org/CVS/ apidocs/resolver/org/apache/ apidocs/resolver/org/apache/CVS/ a...

Added: xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogEntry.html
URL: http://svn.apache.org/viewvc/xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogEntry.html?rev=1634622&view=auto
==============================================================================
--- xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogEntry.html (added)
+++ xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogEntry.html Mon Oct 27 17:52:44 2014
@@ -0,0 +1,515 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Wed Nov 22 23:46:48 EST 2006 -->
+<TITLE>
+xml-commons-resolver API: Class  CatalogEntry
+</TITLE>
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+</HEAD>
+<BODY BGCOLOR="white">
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_top"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CatalogEntry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/Catalog.html"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/CatalogManager.html"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CatalogEntry.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+<A NAME="main"></A>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.xml.resolver</FONT>
+<BR>
+Class  CatalogEntry</H2>
+<PRE>
+java.lang.Object
+  |
+  +--<B>org.apache.xml.resolver.CatalogEntry</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>CatalogEntry</B><DT>extends java.lang.Object</DL>
+
+<P>
+Represents a Catalog entry.
+
+ <p>Instances of this class represent individual entries
+ in a Catalog.</p>
+
+ <p>Each catalog entry has a unique name and is associated with
+ an arbitrary number of arguments (all strings). For example, the
+ TR9401 catalog entry "PUBLIC" has two arguments, a public identifier
+ and a system identifier. Each entry has a unique numeric type,
+ assigned automatically when the entry type is created.</p>
+
+ <p>The number and type of catalog entries is maintained
+ <em>statically</em>. Catalog classes, or their subclasses, can add
+ new entry types, but all Catalog objects share the same global pool
+ of types.</p>
+
+ <p>Initially there are no valid entries.</p>
+<P>
+<DL>
+<DT><B>Version: </B><DD>1.0</DD>
+<DT><B>Author: </B><DD>Norman Walsh
+ <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a></DD>
+<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xml/resolver/Catalog.html"><CODE>Catalog</CODE></A></DL>
+<HR>
+
+<P>
+<!-- ======== INNER CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;java.util.Vector</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#args">args</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The arguments associated with this entry</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static&nbsp;java.util.Vector</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#entryArgs">entryArgs</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The entryTypes vector maps catalog entry types to the
+number of arguments they're required to have.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#entryType">entryType</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The entry type of this entry</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static&nbsp;java.util.Hashtable</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#entryTypes">entryTypes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The entryTypes vector maps catalog entry names
+ (e.g., 'BASE' or 'SYSTEM') to their type (1, 2, etc.).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#nextEntry">nextEntry</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The nextEntry is the ordinal number of the next entry type.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#CatalogEntry()">CatalogEntry</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Null constructor; something for subclasses to call.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#CatalogEntry(int, java.util.Vector)">CatalogEntry</A></B>(int&nbsp;type,
+             java.util.Vector&nbsp;args)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a catalog entry of the specified type.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#CatalogEntry(java.lang.String, java.util.Vector)">CatalogEntry</A></B>(java.lang.String&nbsp;name,
+             java.util.Vector&nbsp;args)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a catalog entry of the specified type.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#addEntryType(java.lang.String, int)">addEntryType</A></B>(java.lang.String&nbsp;name,
+             int&nbsp;numArgs)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new catalog entry type.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#getEntryArg(int)">getEntryArg</A></B>(int&nbsp;argNum)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an entry argument.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#getEntryArgCount(int)">getEntryArgCount</A></B>(int&nbsp;type)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find out how many arguments an entry is required to have.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#getEntryArgCount(java.lang.String)">getEntryArgCount</A></B>(java.lang.String&nbsp;name)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find out how many arguments an entry is required to have.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#getEntryType()">getEntryType</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the entry type.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#getEntryType(java.lang.String)">getEntryType</A></B>(java.lang.String&nbsp;name)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lookup an entry type</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html#setEntryArg(int, java.lang.String)">setEntryArg</A></B>(int&nbsp;argNum,
+            java.lang.String&nbsp;newspec)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set an entry argument.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="nextEntry"><!-- --></A><H3>
+nextEntry</H3>
+<PRE>
+protected static int <B>nextEntry</B></PRE>
+<DL>
+<DD>The nextEntry is the ordinal number of the next entry type.</DL>
+<HR>
+
+<A NAME="entryTypes"><!-- --></A><H3>
+entryTypes</H3>
+<PRE>
+protected static java.util.Hashtable <B>entryTypes</B></PRE>
+<DL>
+<DD>The entryTypes vector maps catalog entry names
+ (e.g., 'BASE' or 'SYSTEM') to their type (1, 2, etc.).
+ Names are case sensitive.</DL>
+<HR>
+
+<A NAME="entryArgs"><!-- --></A><H3>
+entryArgs</H3>
+<PRE>
+protected static java.util.Vector <B>entryArgs</B></PRE>
+<DL>
+<DD>The entryTypes vector maps catalog entry types to the
+number of arguments they're required to have.</DL>
+<HR>
+
+<A NAME="entryType"><!-- --></A><H3>
+entryType</H3>
+<PRE>
+protected int <B>entryType</B></PRE>
+<DL>
+<DD>The entry type of this entry</DL>
+<HR>
+
+<A NAME="args"><!-- --></A><H3>
+args</H3>
+<PRE>
+protected java.util.Vector <B>args</B></PRE>
+<DL>
+<DD>The arguments associated with this entry</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="CatalogEntry()"><!-- --></A><H3>
+CatalogEntry</H3>
+<PRE>
+public <B>CatalogEntry</B>()</PRE>
+<DL>
+<DD>Null constructor; something for subclasses to call.</DL>
+<HR>
+
+<A NAME="CatalogEntry(java.lang.String, java.util.Vector)"><!-- --></A><H3>
+CatalogEntry</H3>
+<PRE>
+public <B>CatalogEntry</B>(java.lang.String&nbsp;name,
+                    java.util.Vector&nbsp;args)
+             throws <A HREF="../../../../org/apache/xml/resolver/CatalogException.html">CatalogException</A></PRE>
+<DL>
+<DD>Construct a catalog entry of the specified type.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - The name of the entry type<DD><CODE>args</CODE> - A String Vector of arguments<DT><B>Throws:</B><DD><CODE>InvalidCatalogEntryTypeException</CODE> - if no such entry type
+ exists.<DD><CODE>InvalidCatalogEntryException</CODE> - if the wrong number of arguments
+ is passed.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="CatalogEntry(int, java.util.Vector)"><!-- --></A><H3>
+CatalogEntry</H3>
+<PRE>
+public <B>CatalogEntry</B>(int&nbsp;type,
+                    java.util.Vector&nbsp;args)
+             throws <A HREF="../../../../org/apache/xml/resolver/CatalogException.html">CatalogException</A></PRE>
+<DL>
+<DD>Construct a catalog entry of the specified type.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>type</CODE> - The entry type<DD><CODE>args</CODE> - A String Vector of arguments<DT><B>Throws:</B><DD><CODE>InvalidCatalogEntryTypeException</CODE> - if no such entry type
+ exists.<DD><CODE>InvalidCatalogEntryException</CODE> - if the wrong number of arguments
+ is passed.</DL>
+</DD>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="addEntryType(java.lang.String, int)"><!-- --></A><H3>
+addEntryType</H3>
+<PRE>
+public static int <B>addEntryType</B>(java.lang.String&nbsp;name,
+                               int&nbsp;numArgs)</PRE>
+<DL>
+<DD>Adds a new catalog entry type.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - The name of the catalog entry type. This must be
+ unique among all types and is case-sensitive. (Adding a duplicate
+ name effectively replaces the old type with the new type.)<DD><CODE>numArgs</CODE> - The number of arguments that this entry type
+ is required to have. There is no provision for variable numbers
+ of arguments.<DT><B>Returns:</B><DD>The type for the new entry.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getEntryType(java.lang.String)"><!-- --></A><H3>
+getEntryType</H3>
+<PRE>
+public static int <B>getEntryType</B>(java.lang.String&nbsp;name)
+                        throws <A HREF="../../../../org/apache/xml/resolver/CatalogException.html">CatalogException</A></PRE>
+<DL>
+<DD>Lookup an entry type<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - The name of the catalog entry type.<DT><B>Returns:</B><DD>The type of the catalog entry with the specified name.<DT><B>Throws:</B><DD><CODE>InvalidCatalogEntryTypeException</CODE> - if no entry has the
+ specified name.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getEntryArgCount(java.lang.String)"><!-- --></A><H3>
+getEntryArgCount</H3>
+<PRE>
+public static int <B>getEntryArgCount</B>(java.lang.String&nbsp;name)
+                            throws <A HREF="../../../../org/apache/xml/resolver/CatalogException.html">CatalogException</A></PRE>
+<DL>
+<DD>Find out how many arguments an entry is required to have.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - The name of the catalog entry type.<DT><B>Returns:</B><DD>The number of arguments that entry type is required to have.<DT><B>Throws:</B><DD><CODE>InvalidCatalogEntryTypeException</CODE> - if no entry has the
+ specified name.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getEntryArgCount(int)"><!-- --></A><H3>
+getEntryArgCount</H3>
+<PRE>
+public static int <B>getEntryArgCount</B>(int&nbsp;type)
+                            throws <A HREF="../../../../org/apache/xml/resolver/CatalogException.html">CatalogException</A></PRE>
+<DL>
+<DD>Find out how many arguments an entry is required to have.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>type</CODE> - A valid catalog entry type.<DT><B>Returns:</B><DD>The number of arguments that entry type is required to have.<DT><B>Throws:</B><DD><CODE>InvalidCatalogEntryTypeException</CODE> - if the type is invalid.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getEntryType()"><!-- --></A><H3>
+getEntryType</H3>
+<PRE>
+public int <B>getEntryType</B>()</PRE>
+<DL>
+<DD>Get the entry type.<DD><DL>
+<DT><B>Returns:</B><DD>The entry type of the CatalogEntry</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getEntryArg(int)"><!-- --></A><H3>
+getEntryArg</H3>
+<PRE>
+public java.lang.String <B>getEntryArg</B>(int&nbsp;argNum)</PRE>
+<DL>
+<DD>Get an entry argument.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>argNum</CODE> - The argument number (arguments are numbered from 0).<DT><B>Returns:</B><DD>The specified argument or null if an invalid argNum is
+ provided.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setEntryArg(int, java.lang.String)"><!-- --></A><H3>
+setEntryArg</H3>
+<PRE>
+public void <B>setEntryArg</B>(int&nbsp;argNum,
+                        java.lang.String&nbsp;newspec)
+                 throws java.lang.ArrayIndexOutOfBoundsException</PRE>
+<DL>
+<DD>Set an entry argument.
+
+ <p>Catalogs sometimes need to adjust the catlog entry parameters,
+ for example to make a relative URI absolute with respect to the
+ current base URI. But in general, this function should only be
+ called shortly after object creation to do some sort of cleanup.
+ Catalog entries should not mutate over time.</p><DD><DL>
+<DT><B>Parameters:</B><DD><CODE>argNum</CODE> - The argument number (arguments are numbered from 0).<DT><B>Throws:</B><DD><CODE>java.lang.ArrayIndexOutOfBoundsException</CODE> - if an invalid argument
+ number is provided.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CatalogEntry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/Catalog.html"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/CatalogManager.html"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CatalogEntry.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.
+</BODY>
+</HTML>

Added: xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogException.html
URL: http://svn.apache.org/viewvc/xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogException.html?rev=1634622&view=auto
==============================================================================
--- xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogException.html (added)
+++ xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogException.html Mon Oct 27 17:52:44 2014
@@ -0,0 +1,513 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Wed Nov 22 23:46:48 EST 2006 -->
+<TITLE>
+xml-commons-resolver API: Class  CatalogException
+</TITLE>
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+</HEAD>
+<BODY BGCOLOR="white">
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_top"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CatalogException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CatalogException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+<A NAME="main"></A>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.xml.resolver</FONT>
+<BR>
+Class  CatalogException</H2>
+<PRE>
+java.lang.Object
+  |
+  +--java.lang.Throwable
+        |
+        +--java.lang.Exception
+              |
+              +--<B>org.apache.xml.resolver.CatalogException</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>CatalogException</B><DT>extends java.lang.Exception</DL>
+
+<P>
+Signal Catalog exception.
+
+ <p>This exception is thrown if an error occurs loading a
+ catalog file.</p>
+<P>
+<DL>
+<DT><B>Version: </B><DD>1.0</DD>
+<DT><B>Author: </B><DD>Norman Walsh
+ <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a></DD>
+<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xml/resolver/Catalog.html"><CODE>Catalog</CODE></A>, <A HREF="../../../../serialized-form.html#org.apache.xml.resolver.CatalogException">Serialized Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== INNER CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#INVALID_ENTRY">INVALID_ENTRY</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An invalid entry</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#INVALID_ENTRY_TYPE">INVALID_ENTRY_TYPE</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An invalid entry type</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#NO_XML_PARSER">NO_XML_PARSER</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Could not instantiate an XML parser</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#PARSE_FAILED">PARSE_FAILED</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XML but parse failed</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#UNENDED_COMMENT">UNENDED_COMMENT</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text catalog ended in mid-comment</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#UNKNOWN_FORMAT">UNKNOWN_FORMAT</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unknown XML format</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#UNPARSEABLE">UNPARSEABLE</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unparseable XML catalog (not XML)</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#WRAPPER">WRAPPER</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A wrapper around another exception</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#CatalogException(java.lang.Exception)">CatalogException</A></B>(java.lang.Exception&nbsp;e)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new CatalogException wrapping an existing exception.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#CatalogException(int)">CatalogException</A></B>(int&nbsp;type)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new CatalogException.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#CatalogException(int, java.lang.String)">CatalogException</A></B>(int&nbsp;type,
+                 java.lang.String&nbsp;message)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new CatalogException.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#CatalogException(java.lang.String, java.lang.Exception)">CatalogException</A></B>(java.lang.String&nbsp;message,
+                 java.lang.Exception&nbsp;e)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new CatalogException from an existing exception.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.Exception</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#getException()">getException</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the embedded exception, if any.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#getExceptionType()">getExceptionType</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the exception type</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#getMessage()">getMessage</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a detail message for this exception.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogException.html#toString()">toString</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Override toString to pick up any embedded exception.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="WRAPPER"><!-- --></A><H3>
+WRAPPER</H3>
+<PRE>
+public static final int <B>WRAPPER</B></PRE>
+<DL>
+<DD>A wrapper around another exception</DL>
+<HR>
+
+<A NAME="INVALID_ENTRY"><!-- --></A><H3>
+INVALID_ENTRY</H3>
+<PRE>
+public static final int <B>INVALID_ENTRY</B></PRE>
+<DL>
+<DD>An invalid entry</DL>
+<HR>
+
+<A NAME="INVALID_ENTRY_TYPE"><!-- --></A><H3>
+INVALID_ENTRY_TYPE</H3>
+<PRE>
+public static final int <B>INVALID_ENTRY_TYPE</B></PRE>
+<DL>
+<DD>An invalid entry type</DL>
+<HR>
+
+<A NAME="NO_XML_PARSER"><!-- --></A><H3>
+NO_XML_PARSER</H3>
+<PRE>
+public static final int <B>NO_XML_PARSER</B></PRE>
+<DL>
+<DD>Could not instantiate an XML parser</DL>
+<HR>
+
+<A NAME="UNKNOWN_FORMAT"><!-- --></A><H3>
+UNKNOWN_FORMAT</H3>
+<PRE>
+public static final int <B>UNKNOWN_FORMAT</B></PRE>
+<DL>
+<DD>Unknown XML format</DL>
+<HR>
+
+<A NAME="UNPARSEABLE"><!-- --></A><H3>
+UNPARSEABLE</H3>
+<PRE>
+public static final int <B>UNPARSEABLE</B></PRE>
+<DL>
+<DD>Unparseable XML catalog (not XML)</DL>
+<HR>
+
+<A NAME="PARSE_FAILED"><!-- --></A><H3>
+PARSE_FAILED</H3>
+<PRE>
+public static final int <B>PARSE_FAILED</B></PRE>
+<DL>
+<DD>XML but parse failed</DL>
+<HR>
+
+<A NAME="UNENDED_COMMENT"><!-- --></A><H3>
+UNENDED_COMMENT</H3>
+<PRE>
+public static final int <B>UNENDED_COMMENT</B></PRE>
+<DL>
+<DD>Text catalog ended in mid-comment</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="CatalogException(int, java.lang.String)"><!-- --></A><H3>
+CatalogException</H3>
+<PRE>
+public <B>CatalogException</B>(int&nbsp;type,
+                        java.lang.String&nbsp;message)</PRE>
+<DL>
+<DD>Create a new CatalogException.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>type</CODE> - The exception type<DD><CODE>message</CODE> - The error or warning message.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="CatalogException(int)"><!-- --></A><H3>
+CatalogException</H3>
+<PRE>
+public <B>CatalogException</B>(int&nbsp;type)</PRE>
+<DL>
+<DD>Create a new CatalogException.<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>type</CODE> - The exception type</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="CatalogException(java.lang.Exception)"><!-- --></A><H3>
+CatalogException</H3>
+<PRE>
+public <B>CatalogException</B>(java.lang.Exception&nbsp;e)</PRE>
+<DL>
+<DD>Create a new CatalogException wrapping an existing exception.
+
+ <p>The existing exception will be embedded in the new
+ one, and its message will become the default message for
+ the CatalogException.</p><DD><DL>
+<DT><B>Parameters:</B><DD><CODE>e</CODE> - The exception to be wrapped in a CatalogException.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="CatalogException(java.lang.String, java.lang.Exception)"><!-- --></A><H3>
+CatalogException</H3>
+<PRE>
+public <B>CatalogException</B>(java.lang.String&nbsp;message,
+                        java.lang.Exception&nbsp;e)</PRE>
+<DL>
+<DD>Create a new CatalogException from an existing exception.
+
+ <p>The existing exception will be embedded in the new
+ one, but the new exception will have its own message.</p><DD><DL>
+<DT><B>Parameters:</B><DD><CODE>message</CODE> - The detail message.<DD><CODE>e</CODE> - The exception to be wrapped in a CatalogException.</DL>
+</DD>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getMessage()"><!-- --></A><H3>
+getMessage</H3>
+<PRE>
+public java.lang.String <B>getMessage</B>()</PRE>
+<DL>
+<DD>Return a detail message for this exception.
+
+ <p>If there is an embedded exception, and if the CatalogException
+ has no detail message of its own, this method will return
+ the detail message from the embedded exception.</p><DD><DL>
+<DT><B>Overrides:</B><DD><CODE>getMessage</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Returns:</B><DD>The error or warning message.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getException()"><!-- --></A><H3>
+getException</H3>
+<PRE>
+public java.lang.Exception <B>getException</B>()</PRE>
+<DL>
+<DD>Return the embedded exception, if any.<DD><DL>
+<DT><B>Returns:</B><DD>The embedded exception, or null if there is none.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getExceptionType()"><!-- --></A><H3>
+getExceptionType</H3>
+<PRE>
+public int <B>getExceptionType</B>()</PRE>
+<DL>
+<DD>Return the exception type<DD><DL>
+<DT><B>Returns:</B><DD>The exception type</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="toString()"><!-- --></A><H3>
+toString</H3>
+<PRE>
+public java.lang.String <B>toString</B>()</PRE>
+<DL>
+<DD>Override toString to pick up any embedded exception.<DD><DL>
+<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Returns:</B><DD>A string representation of this exception.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CatalogException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CatalogException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.
+</BODY>
+</HTML>

Added: xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html
URL: http://svn.apache.org/viewvc/xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html?rev=1634622&view=auto
==============================================================================
--- xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html (added)
+++ xml/site/targets/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html Mon Oct 27 17:52:44 2014
@@ -0,0 +1,899 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Wed Nov 22 23:46:48 EST 2006 -->
+<TITLE>
+xml-commons-resolver API: Class  CatalogManager
+</TITLE>
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+</HEAD>
+<BODY BGCOLOR="white">
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_top"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CatalogManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/Resolver.html"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CatalogManager.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+<A NAME="main"></A>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.xml.resolver</FONT>
+<BR>
+Class  CatalogManager</H2>
+<PRE>
+java.lang.Object
+  |
+  +--<B>org.apache.xml.resolver.CatalogManager</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>CatalogManager</B><DT>extends java.lang.Object</DL>
+
+<P>
+CatalogManager provides an interface to the catalog properties.
+
+ <p>Properties can come from two places: from system properties or
+ from a <i>CatalogManager.properties</i> file. This class provides a transparent
+ interface to both, with system properties preferred over property file values.</p>
+
+ <p>The following table summarizes the properties:</p>
+
+ <table border="1">
+ <thead>
+ <tr>
+ <td>System Property</td>
+ <td>CatalogManager.properties<br/>Property</td>
+ <td>Description</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>xml.catalog.ignoreMissing</td>
+ <td>&#160;</td>
+ <td>If true, a missing <i>CatalogManager.properties</i> file or missing properties
+ within that file will not generate warning messages. See also the
+ <i>ignoreMissingProperties</i> method.</td>
+ </tr>
+
+ <tr>
+ <td>xml.catalog.files</td>
+ <td>catalogs</td>
+ <td>The <emph>semicolon-delimited</emph> list of catalog files.</td>
+ </tr>
+
+ <tr>
+ <td>&#160;</td>
+ <td>relative-catalogs</td>
+ <td>If false, relative catalog URIs are made absolute with respect to the base URI of
+ the <i>CatalogManager.properties</i> file. This setting only applies to catalog
+ URIs obtained from the <i>catalogs</i> property <emph>in the</emph>
+ <i>CatalogManager.properties</i> file</td>
+ </tr>
+
+ <tr>
+ <td>xml.catalog.verbosity</td>
+ <td>verbosity</td>
+ <td>If non-zero, the Catalog classes will print informative and debugging messages.
+ The higher the number, the more messages.</td>
+ </tr>
+
+ <tr>
+ <td>xml.catalog.prefer</td>
+ <td>prefer</td>
+ <td>Which identifier is preferred, "public" or "system"?</td>
+ </tr>
+
+ <tr>
+ <td>xml.catalog.staticCatalog</td>
+ <td>static-catalog</td>
+ <td>Should a single catalog be constructed for all parsing, or should a different
+ catalog be created for each parser?</td>
+ </tr>
+
+ <tr>
+ <td>xml.catalog.allowPI</td>
+ <td>allow-oasis-xml-catalog-pi</td>
+ <td>If the source document contains "oasis-xml-catalog" processing instructions,
+ should they be used?</td>
+ </tr>
+
+ <tr>
+ <td>xml.catalog.className</td>
+ <td>catalog-class-name</td>
+ <td>If you're using the convenience classes
+ <tt>org.apache.xml.resolver.tools.*</tt>), this setting
+ allows you to specify an alternate class name to use for the underlying
+ catalog.</td>
+ </tr>
+ </tbody>
+ </table>
+<P>
+<DL>
+<DT><B>Version: </B><DD>1.0</DD>
+<DT><B>Author: </B><DD>Norman Walsh
+ <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a></DD>
+<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xml/resolver/Catalog.html"><CODE>Catalog</CODE></A></DL>
+<HR>
+
+<P>
+<!-- ======== INNER CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../org/apache/xml/resolver/helpers/Debug.html">Debug</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#debug">debug</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The manager's debug object.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#CatalogManager()">CatalogManager</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#CatalogManager(java.lang.String)">CatalogManager</A></B>(java.lang.String&nbsp;propertyFile)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor that specifies an explicit property file.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#allowOasisXMLCatalogPI()">allowOasisXMLCatalogPI</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#catalogClassName()">catalogClassName</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#catalogFiles()">catalogFiles</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getAllowOasisXMLCatalogPI()">getAllowOasisXMLCatalogPI</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current XML Catalog PI setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../org/apache/xml/resolver/helpers/BootstrapResolver.html">BootstrapResolver</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getBootstrapResolver()">getBootstrapResolver</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the bootstrap resolver.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../org/apache/xml/resolver/Catalog.html">Catalog</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getCatalog()">getCatalog</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a catalog instance.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getCatalogClassName()">getCatalogClassName</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current Catalog class name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getCatalogFiles()">getCatalogFiles</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the current list of catalog files.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getIgnoreMissingProperties()">getIgnoreMissingProperties</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How are missing properties handled?
+
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getPreferPublic()">getPreferPublic</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the current prefer public setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../org/apache/xml/resolver/Catalog.html">Catalog</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getPrivateCatalog()">getPrivateCatalog</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a new catalog instance.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getRelativeCatalogs()">getRelativeCatalogs</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the relativeCatalogs setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../../org/apache/xml/resolver/CatalogManager.html">CatalogManager</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getStaticManager()">getStaticManager</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allow access to the static CatalogManager</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getUseStaticCatalog()">getUseStaticCatalog</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current use static catalog setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getVerbosity()">getVerbosity</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;What is the current verbosity?</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#ignoreMissingProperties(boolean)">ignoreMissingProperties</A></B>(boolean&nbsp;ignore)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#preferPublic()">preferPublic</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#queryAllowOasisXMLCatalogPI()">queryAllowOasisXMLCatalogPI</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the oasisXMLCatalogPI setting from the properties.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#queryCatalogClassName()">queryCatalogClassName</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the Catalog class name setting from the properties.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#relativeCatalogs()">relativeCatalogs</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setAllowOasisXMLCatalogPI(boolean)">setAllowOasisXMLCatalogPI</A></B>(boolean&nbsp;allowPI)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the XML Catalog PI setting</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setBootstrapResolver(org.apache.xml.resolver.helpers.BootstrapResolver)">setBootstrapResolver</A></B>(<A HREF="../../../../org/apache/xml/resolver/helpers/BootstrapResolver.html">BootstrapResolver</A>&nbsp;resolver)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the bootstrap resolver.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setCatalogClassName(java.lang.String)">setCatalogClassName</A></B>(java.lang.String&nbsp;className)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the Catalog class name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setCatalogFiles(java.lang.String)">setCatalogFiles</A></B>(java.lang.String&nbsp;fileList)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the list of catalog files.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setIgnoreMissingProperties(boolean)">setIgnoreMissingProperties</A></B>(boolean&nbsp;ignore)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How should missing properties be handled?
+
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setPreferPublic(boolean)">setPreferPublic</A></B>(boolean&nbsp;preferPublic)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the prefer public setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setRelativeCatalogs(boolean)">setRelativeCatalogs</A></B>(boolean&nbsp;relative)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the relativeCatalogs setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setUseStaticCatalog(boolean)">setUseStaticCatalog</A></B>(boolean&nbsp;useStatic)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the use static catalog setting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#setVerbosity(int)">setVerbosity</A></B>(int&nbsp;verbosity)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current verbosity.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#staticCatalog()">staticCatalog</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#verbosity()">verbosity</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="debug"><!-- --></A><H3>
+debug</H3>
+<PRE>
+public <A HREF="../../../../org/apache/xml/resolver/helpers/Debug.html">Debug</A> <B>debug</B></PRE>
+<DL>
+<DD>The manager's debug object. Used for printing debugging messages.
+
+ <p>This field is public so that objects that have access to this
+ CatalogManager can use this debug object.</p></DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="CatalogManager()"><!-- --></A><H3>
+CatalogManager</H3>
+<PRE>
+public <B>CatalogManager</B>()</PRE>
+<DL>
+<DD>Constructor.</DL>
+<HR>
+
+<A NAME="CatalogManager(java.lang.String)"><!-- --></A><H3>
+CatalogManager</H3>
+<PRE>
+public <B>CatalogManager</B>(java.lang.String&nbsp;propertyFile)</PRE>
+<DL>
+<DD>Constructor that specifies an explicit property file.</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="setBootstrapResolver(org.apache.xml.resolver.helpers.BootstrapResolver)"><!-- --></A><H3>
+setBootstrapResolver</H3>
+<PRE>
+public void <B>setBootstrapResolver</B>(<A HREF="../../../../org/apache/xml/resolver/helpers/BootstrapResolver.html">BootstrapResolver</A>&nbsp;resolver)</PRE>
+<DL>
+<DD>Set the bootstrap resolver.</DL>
+<HR>
+
+<A NAME="getBootstrapResolver()"><!-- --></A><H3>
+getBootstrapResolver</H3>
+<PRE>
+public <A HREF="../../../../org/apache/xml/resolver/helpers/BootstrapResolver.html">BootstrapResolver</A> <B>getBootstrapResolver</B>()</PRE>
+<DL>
+<DD>Get the bootstrap resolver.</DL>
+<HR>
+
+<A NAME="getStaticManager()"><!-- --></A><H3>
+getStaticManager</H3>
+<PRE>
+public static <A HREF="../../../../org/apache/xml/resolver/CatalogManager.html">CatalogManager</A> <B>getStaticManager</B>()</PRE>
+<DL>
+<DD>Allow access to the static CatalogManager</DL>
+<HR>
+
+<A NAME="getIgnoreMissingProperties()"><!-- --></A><H3>
+getIgnoreMissingProperties</H3>
+<PRE>
+public boolean <B>getIgnoreMissingProperties</B>()</PRE>
+<DL>
+<DD>How are missing properties handled?
+
+ <p>If true, missing or unreadable property files will
+ not be reported. Otherwise, a message will be sent to System.err.
+ </p></DL>
+<HR>
+
+<A NAME="setIgnoreMissingProperties(boolean)"><!-- --></A><H3>
+setIgnoreMissingProperties</H3>
+<PRE>
+public void <B>setIgnoreMissingProperties</B>(boolean&nbsp;ignore)</PRE>
+<DL>
+<DD>How should missing properties be handled?
+
+ <p>If ignore is true, missing or unreadable property files will
+ not be reported. Otherwise, a message will be sent to System.err.
+ </p></DL>
+<HR>
+
+<A NAME="ignoreMissingProperties(boolean)"><!-- --></A><H3>
+ignoreMissingProperties</H3>
+<PRE>
+public void <B>ignoreMissingProperties</B>(boolean&nbsp;ignore)</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>How are missing properties handled?
+
+ <p>If ignore is true, missing or unreadable property files will
+ not be reported. Otherwise, a message will be sent to System.err.
+ </p></DL>
+<HR>
+
+<A NAME="getVerbosity()"><!-- --></A><H3>
+getVerbosity</H3>
+<PRE>
+public int <B>getVerbosity</B>()</PRE>
+<DL>
+<DD>What is the current verbosity?</DL>
+<HR>
+
+<A NAME="setVerbosity(int)"><!-- --></A><H3>
+setVerbosity</H3>
+<PRE>
+public void <B>setVerbosity</B>(int&nbsp;verbosity)</PRE>
+<DL>
+<DD>Set the current verbosity.</DL>
+<HR>
+
+<A NAME="verbosity()"><!-- --></A><H3>
+verbosity</H3>
+<PRE>
+public int <B>verbosity</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>What is the current verbosity?</DL>
+<HR>
+
+<A NAME="getRelativeCatalogs()"><!-- --></A><H3>
+getRelativeCatalogs</H3>
+<PRE>
+public boolean <B>getRelativeCatalogs</B>()</PRE>
+<DL>
+<DD>Get the relativeCatalogs setting.
+
+ <p>This property is used when the catalogFiles property is
+ interrogated. If true, then relative catalog entry file names
+ are returned. If false, relative catalog entry file names are
+ made absolute with respect to the properties file before returning
+ them.</p>
+
+ <p>This property <emph>only applies</emph> when the catalog files
+ come from a properties file. If they come from a system property or
+ the default list, they are never considered relative. (What would
+ they be relative to?)</p>
+
+ <p>In the properties, a value of 'yes', 'true', or '1' is considered
+ true, anything else is false.</p><DD><DL>
+<DT><B>Returns:</B><DD>The relativeCatalogs setting from the propertyFile or the
+ defaultRelativeCatalogs.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setRelativeCatalogs(boolean)"><!-- --></A><H3>
+setRelativeCatalogs</H3>
+<PRE>
+public void <B>setRelativeCatalogs</B>(boolean&nbsp;relative)</PRE>
+<DL>
+<DD>Set the relativeCatalogs setting.<DD><DL>
+<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xml/resolver/CatalogManager.html#getRelativeCatalogs()"><CODE>getRelativeCatalogs()</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="relativeCatalogs()"><!-- --></A><H3>
+relativeCatalogs</H3>
+<PRE>
+public boolean <B>relativeCatalogs</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>Get the relativeCatalogs setting.</DL>
+<HR>
+
+<A NAME="getCatalogFiles()"><!-- --></A><H3>
+getCatalogFiles</H3>
+<PRE>
+public java.util.Vector <B>getCatalogFiles</B>()</PRE>
+<DL>
+<DD>Return the current list of catalog files.<DD><DL>
+<DT><B>Returns:</B><DD>A vector of the catalog file names or null if no catalogs
+ are available in the properties.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setCatalogFiles(java.lang.String)"><!-- --></A><H3>
+setCatalogFiles</H3>
+<PRE>
+public void <B>setCatalogFiles</B>(java.lang.String&nbsp;fileList)</PRE>
+<DL>
+<DD>Set the list of catalog files.</DL>
+<HR>
+
+<A NAME="catalogFiles()"><!-- --></A><H3>
+catalogFiles</H3>
+<PRE>
+public java.util.Vector <B>catalogFiles</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>Return the current list of catalog files.<DD><DL>
+<DT><B>Returns:</B><DD>A vector of the catalog file names or null if no catalogs
+ are available in the properties.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPreferPublic()"><!-- --></A><H3>
+getPreferPublic</H3>
+<PRE>
+public boolean <B>getPreferPublic</B>()</PRE>
+<DL>
+<DD>Return the current prefer public setting.<DD><DL>
+<DT><B>Returns:</B><DD>True if public identifiers are preferred.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setPreferPublic(boolean)"><!-- --></A><H3>
+setPreferPublic</H3>
+<PRE>
+public void <B>setPreferPublic</B>(boolean&nbsp;preferPublic)</PRE>
+<DL>
+<DD>Set the prefer public setting.</DL>
+<HR>
+
+<A NAME="preferPublic()"><!-- --></A><H3>
+preferPublic</H3>
+<PRE>
+public boolean <B>preferPublic</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>Return the current prefer public setting.<DD><DL>
+<DT><B>Returns:</B><DD>True if public identifiers are preferred.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getUseStaticCatalog()"><!-- --></A><H3>
+getUseStaticCatalog</H3>
+<PRE>
+public boolean <B>getUseStaticCatalog</B>()</PRE>
+<DL>
+<DD>Get the current use static catalog setting.</DL>
+<HR>
+
+<A NAME="setUseStaticCatalog(boolean)"><!-- --></A><H3>
+setUseStaticCatalog</H3>
+<PRE>
+public void <B>setUseStaticCatalog</B>(boolean&nbsp;useStatic)</PRE>
+<DL>
+<DD>Set the use static catalog setting.</DL>
+<HR>
+
+<A NAME="staticCatalog()"><!-- --></A><H3>
+staticCatalog</H3>
+<PRE>
+public boolean <B>staticCatalog</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>Get the current use static catalog setting.</DL>
+<HR>
+
+<A NAME="getPrivateCatalog()"><!-- --></A><H3>
+getPrivateCatalog</H3>
+<PRE>
+public <A HREF="../../../../org/apache/xml/resolver/Catalog.html">Catalog</A> <B>getPrivateCatalog</B>()</PRE>
+<DL>
+<DD>Get a new catalog instance.
+
+ This method always returns a new instance of the underlying catalog class.</DL>
+<HR>
+
+<A NAME="getCatalog()"><!-- --></A><H3>
+getCatalog</H3>
+<PRE>
+public <A HREF="../../../../org/apache/xml/resolver/Catalog.html">Catalog</A> <B>getCatalog</B>()</PRE>
+<DL>
+<DD>Get a catalog instance.
+
+ If this manager uses static catalogs, the same static catalog will
+ always be returned. Otherwise a new catalog will be returned.</DL>
+<HR>
+
+<A NAME="queryAllowOasisXMLCatalogPI()"><!-- --></A><H3>
+queryAllowOasisXMLCatalogPI</H3>
+<PRE>
+public boolean <B>queryAllowOasisXMLCatalogPI</B>()</PRE>
+<DL>
+<DD><p>Obtain the oasisXMLCatalogPI setting from the properties.</p>
+
+ <p>In the properties, a value of 'yes', 'true', or '1' is considered
+ true, anything else is false.</p><DD><DL>
+<DT><B>Returns:</B><DD>The oasisXMLCatalogPI setting from the propertyFile or the
+ defaultOasisXMLCatalogPI.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getAllowOasisXMLCatalogPI()"><!-- --></A><H3>
+getAllowOasisXMLCatalogPI</H3>
+<PRE>
+public boolean <B>getAllowOasisXMLCatalogPI</B>()</PRE>
+<DL>
+<DD>Get the current XML Catalog PI setting.</DL>
+<HR>
+
+<A NAME="setAllowOasisXMLCatalogPI(boolean)"><!-- --></A><H3>
+setAllowOasisXMLCatalogPI</H3>
+<PRE>
+public void <B>setAllowOasisXMLCatalogPI</B>(boolean&nbsp;allowPI)</PRE>
+<DL>
+<DD>Set the XML Catalog PI setting</DL>
+<HR>
+
+<A NAME="allowOasisXMLCatalogPI()"><!-- --></A><H3>
+allowOasisXMLCatalogPI</H3>
+<PRE>
+public boolean <B>allowOasisXMLCatalogPI</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>Get the current XML Catalog PI setting.</DL>
+<HR>
+
+<A NAME="queryCatalogClassName()"><!-- --></A><H3>
+queryCatalogClassName</H3>
+<PRE>
+public java.lang.String <B>queryCatalogClassName</B>()</PRE>
+<DL>
+<DD>Obtain the Catalog class name setting from the properties.</DL>
+<HR>
+
+<A NAME="getCatalogClassName()"><!-- --></A><H3>
+getCatalogClassName</H3>
+<PRE>
+public java.lang.String <B>getCatalogClassName</B>()</PRE>
+<DL>
+<DD>Get the current Catalog class name.</DL>
+<HR>
+
+<A NAME="setCatalogClassName(java.lang.String)"><!-- --></A><H3>
+setCatalogClassName</H3>
+<PRE>
+public void <B>setCatalogClassName</B>(java.lang.String&nbsp;className)</PRE>
+<DL>
+<DD>Set the Catalog class name.</DL>
+<HR>
+
+<A NAME="catalogClassName()"><!-- --></A><H3>
+catalogClassName</H3>
+<PRE>
+public java.lang.String <B>catalogClassName</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>No longer static; use get/set methods.</I>
+<P>
+<DD>Get the current Catalog class name.</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CatalogManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/CatalogEntry.html"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/xml/resolver/Resolver.html"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CatalogManager.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.
+</BODY>
+</HTML>



---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org