Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc on Sat May 20 14:25:42 AKDT 2000 -->
6
<TITLE>
7
: Class  XMLValidate
8
</TITLE>
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
10
</HEAD>
11
<BODY BGCOLOR="white">
12

    
13
<!-- ========== START OF NAVBAR ========== -->
14
<A NAME="navbar_top"><!-- --></A>
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
16
<TR>
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
18
<A NAME="navbar_top_firstrow"><!-- --></A>
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
20
  <TR ALIGN="center" VALIGN="top">
21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
22
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
23
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27
  </TR>
28
</TABLE>
29
</TD>
30
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
31
</EM>
32
</TD>
33
</TR>
34

    
35
<TR>
36
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
37
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/ReaderElement.html"><B>PREV CLASS</B></A>&nbsp;
38
&nbsp;NEXT CLASS</FONT></TD>
39
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
40
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
41
&nbsp;<A HREF="XMLValidate.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
42
</TR>
43
<TR>
44
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
45
  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>
46
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
47
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>
48
</TR>
49
</TABLE>
50
<!-- =========== END OF NAVBAR =========== -->
51

    
52
<HR>
53
<!-- ======== START OF CLASS DATA ======== -->
54
<H2>
55
<FONT SIZE="-1">
56
edu.ucsb.nceas.metacat</FONT>
57
<BR>
58
Class  XMLValidate</H2>
59
<PRE>
60
java.lang.Object
61
  |
62
  +--<B>edu.ucsb.nceas.metacat.XMLValidate</B>
63
</PRE>
64
<HR>
65
<DL>
66
<DT>public class <B>XMLValidate</B><DT>extends java.lang.Object</DL>
67

    
68
<P>
69
XMLValidate.java
70
         Purpose: A Class that validates XML documents
71
   			   This class is uses a specific parser
72
 				and calls the GenericXMLValidate class
73
                 to do the actual validation
74
       Copyright: 2000 Regents of the University of California and the
75
                  National Center for Ecological Analysis and Synthesis
76
                  April 28, 2000
77
<P>
78
<HR>
79

    
80
<P>
81
<!-- ======== INNER CLASS SUMMARY ======== -->
82

    
83

    
84
<!-- =========== FIELD SUMMARY =========== -->
85

    
86
<A NAME="field_summary"><!-- --></A>
87
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
88
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
89
<TD COLSPAN=2><FONT SIZE="+2">
90
<B>Field Summary</B></FONT></TD>
91
</TR>
92
<TR BGCOLOR="white" CLASS="TableRowColor">
93
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
94
<CODE>&nbsp;boolean</CODE></FONT></TD>
95
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/XMLValidate.html#validating">validating</A></B></CODE>
96

    
97
<BR>
98
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
99
</TR>
100
</TABLE>
101
&nbsp;
102
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
103

    
104
<A NAME="constructor_summary"><!-- --></A>
105
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
106
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
107
<TD COLSPAN=2><FONT SIZE="+2">
108
<B>Constructor Summary</B></FONT></TD>
109
</TR>
110
<TR BGCOLOR="white" CLASS="TableRowColor">
111
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/XMLValidate.html#XMLValidate(java.lang.String)">XMLValidate</A></B>(java.lang.String&nbsp;docname)</CODE>
112

    
113
<BR>
114
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115
</TR>
116
</TABLE>
117
&nbsp;
118
<!-- ========== METHOD SUMMARY =========== -->
119

    
120
<A NAME="method_summary"><!-- --></A>
121
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
122
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
123
<TD COLSPAN=2><FONT SIZE="+2">
124
<B>Method Summary</B></FONT></TD>
125
</TR>
126
<TR BGCOLOR="white" CLASS="TableRowColor">
127
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
128
<CODE>static&nbsp;void</CODE></FONT></TD>
129
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/XMLValidate.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
130

    
131
<BR>
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
133
</TR>
134
</TABLE>
135
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
136
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
137
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
138
<TD><B>Methods inherited from class java.lang.Object</B></TD>
139
</TR>
140
<TR BGCOLOR="white" CLASS="TableRowColor">
141
<TD><CODE>clone, 
142
equals, 
143
finalize, 
144
getClass, 
145
hashCode, 
146
notify, 
147
notifyAll, 
148
toString, 
149
wait, 
150
wait, 
151
wait</CODE></TD>
152
</TR>
153
</TABLE>
154
&nbsp;
155
<P>
156

    
157
<!-- ============ FIELD DETAIL =========== -->
158

    
159
<A NAME="field_detail"><!-- --></A>
160
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
161
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
162
<TD COLSPAN=1><FONT SIZE="+2">
163
<B>Field Detail</B></FONT></TD>
164
</TR>
165
</TABLE>
166

    
167
<A NAME="validating"><!-- --></A><H3>
168
validating</H3>
169
<PRE>
170
public boolean <B>validating</B></PRE>
171
<DL>
172
</DL>
173

    
174
<!-- ========= CONSTRUCTOR DETAIL ======== -->
175

    
176
<A NAME="constructor_detail"><!-- --></A>
177
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
178
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179
<TD COLSPAN=1><FONT SIZE="+2">
180
<B>Constructor Detail</B></FONT></TD>
181
</TR>
182
</TABLE>
183

    
184
<A NAME="XMLValidate(java.lang.String)"><!-- --></A><H3>
185
XMLValidate</H3>
186
<PRE>
187
public <B>XMLValidate</B>(java.lang.String&nbsp;docname)</PRE>
188
<DL>
189
</DL>
190

    
191
<!-- ============ METHOD DETAIL ========== -->
192

    
193
<A NAME="method_detail"><!-- --></A>
194
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
195
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
196
<TD COLSPAN=1><FONT SIZE="+2">
197
<B>Method Detail</B></FONT></TD>
198
</TR>
199
</TABLE>
200

    
201
<A NAME="main(java.lang.String[])"><!-- --></A><H3>
202
main</H3>
203
<PRE>
204
public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE>
205
<DL>
206
</DL>
207
<!-- ========= END OF CLASS DATA ========= -->
208
<HR>
209

    
210
<!-- ========== START OF NAVBAR ========== -->
211
<A NAME="navbar_bottom"><!-- --></A>
212
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
213
<TR>
214
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
215
<A NAME="navbar_bottom_firstrow"><!-- --></A>
216
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
217
  <TR ALIGN="center" VALIGN="top">
218
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
219
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
220
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
221
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
222
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
223
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
224
  </TR>
225
</TABLE>
226
</TD>
227
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
228
</EM>
229
</TD>
230
</TR>
231

    
232
<TR>
233
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
234
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/ReaderElement.html"><B>PREV CLASS</B></A>&nbsp;
235
&nbsp;NEXT CLASS</FONT></TD>
236
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
237
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
238
&nbsp;<A HREF="XMLValidate.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
239
</TR>
240
<TR>
241
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
242
  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>
243
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
244
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>
245
</TR>
246
</TABLE>
247
<!-- =========== END OF NAVBAR =========== -->
248

    
249
<HR>
250

    
251
</BODY>
252
</HTML>
(16-16/19)