source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/types/resolver/package-summary.html@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 8.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.4.2_13) on Mon Oct 01 14:33:14 NZST 2007 -->
6<TITLE>
7org.apache.tools.ant.types.resolver (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.types.resolver package">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="org.apache.tools.ant.types.resolver (Apache Ant API)";
18}
19</SCRIPT>
20
21</HEAD>
22
23<BODY BGCOLOR="white" onload="windowTitle();">
24
25
26<!-- ========= START OF TOP NAVBAR ======= -->
27<A NAME="navbar_top"><!-- --></A>
28<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30<TR>
31<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32<A NAME="navbar_top_firstrow"><!-- --></A>
33<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42 </TR>
43</TABLE>
44</TD>
45<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46</EM>
47</TD>
48</TR>
49
50<TR>
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52&nbsp;<A HREF="../../../../../../org/apache/tools/ant/types/optional/image/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../../org/apache/tools/ant/types/selectors/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55 <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
56&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
57&nbsp;<SCRIPT type="text/javascript">
58 <!--
59 if(window==top) {
60 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61 }
62 //-->
63</SCRIPT>
64<NOSCRIPT>
65 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66</NOSCRIPT>
67
68</FONT></TD>
69</TR>
70</TABLE>
71<A NAME="skip-navbar_top"></A>
72<!-- ========= END OF TOP NAVBAR ========= -->
73
74<HR>
75<H2>
76Package org.apache.tools.ant.types.resolver
77</H2>
78Ant integration with xml-commons resolver.
79<P>
80<B>See:</B>
81<BR>
82&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
83<P>
84
85<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
86<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
87<TD COLSPAN=2><FONT SIZE="+2">
88<B>Class Summary</B></FONT></TD>
89</TR>
90<TR BGCOLOR="white" CLASS="TableRowColor">
91<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/tools/ant/types/resolver/ApacheCatalog.html" title="class in org.apache.tools.ant.types.resolver">ApacheCatalog</A></B></TD>
92<TD>This class extends the Catalog class provided by Norman Walsh's
93 resolver library in xml-commons in order to add classpath entity
94 and URI resolution.</TD>
95</TR>
96<TR BGCOLOR="white" CLASS="TableRowColor">
97<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/tools/ant/types/resolver/ApacheCatalogResolver.html" title="class in org.apache.tools.ant.types.resolver">ApacheCatalogResolver</A></B></TD>
98<TD>This class extends the CatalogResolver class provided by Norman
99 Walsh's resolver library in xml-commons.</TD>
100</TR>
101</TABLE>
102&nbsp;
103
104<P>
105<A NAME="package_description"><!-- --></A><H2>
106Package org.apache.tools.ant.types.resolver Description
107</H2>
108
109<P>
110Ant integration with xml-commons resolver.
111
112<p>These classes enhance the <code>&lt;xmlcatalog&gt;</code> datatype
113to support external catalog files using the xml-commons resolver, in
114accordance with the
115<a href="http://oasis-open.org/committees/entity/spec-2001-08-06.html">
116OASIS "Open Catalog" standard</a>. They will be used if and only if
117the xml-commons resolver library is available on the classpath.</p>
118<P>
119
120<P>
121<DL>
122<DT><B>Author:</B></DT>
123 <DD><A HREF="mailto:[email protected]">Craeg Strong</A>
124
125
126<hr>
127<p align="center">Copyright &copy; 2002 Apache Software Foundation. All rights
128Reserved.</p></DD>
129<DT><B>See Also:</B><DD><A HREF="http://xml.apache.org/commons">Apache xml-commons Project</A>,
130<A HREF="../../../../../../org/apache/tools/ant/types/XMLCatalog.html" title="class in org.apache.tools.ant.types"><CODE>XMLCatalog</CODE></A>,
131<A HREF="../../../../../../org/apache/tools/ant/types/resolver/ApacheCatalogResolver.html" title="class in org.apache.tools.ant.types.resolver"><CODE>ApacheCatalogResolver</CODE></A>,
132<A HREF="../../../../../../org/apache/tools/ant/types/resolver/ApacheCatalog.html" title="class in org.apache.tools.ant.types.resolver"><CODE>ApacheCatalog</CODE></A></DL>
133<HR>
134
135
136<!-- ======= START OF BOTTOM NAVBAR ====== -->
137<A NAME="navbar_bottom"><!-- --></A>
138<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
139<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
140<TR>
141<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
142<A NAME="navbar_bottom_firstrow"><!-- --></A>
143<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
144 <TR ALIGN="center" VALIGN="top">
145 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
146 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
147 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
148 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
149 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
150 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
151 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
152 </TR>
153</TABLE>
154</TD>
155<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
156</EM>
157</TD>
158</TR>
159
160<TR>
161<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
162&nbsp;<A HREF="../../../../../../org/apache/tools/ant/types/optional/image/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
163&nbsp;<A HREF="../../../../../../org/apache/tools/ant/types/selectors/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
164<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
165 <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
166&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
167&nbsp;<SCRIPT type="text/javascript">
168 <!--
169 if(window==top) {
170 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
171 }
172 //-->
173</SCRIPT>
174<NOSCRIPT>
175 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
176</NOSCRIPT>
177
178</FONT></TD>
179</TR>
180</TABLE>
181<A NAME="skip-navbar_bottom"></A>
182<!-- ======== END OF BOTTOM NAVBAR ======= -->
183
184<HR>
185Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
186</BODY>
187</HTML>
Note: See TracBrowser for help on using the repository browser.