/[hyperestraier]/upstream/0.5.3/doc/japidoc/index-all.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.5.3/doc/japidoc/index-all.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Wed Aug 3 15:25:48 2005 UTC (18 years, 9 months ago) by dpavlin
File MIME type: text/html
File size: 22147 byte(s)
import of upstream 0.5.3

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_06) on Mon Aug 01 00:51:52 JST 2005 -->
6 <TITLE>
7 Index (estraier)
8 </TITLE>
9
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Index (estraier)";
17 }
18 </SCRIPT>
19
20 </HEAD>
21
22 <BODY BGCOLOR="white" onload="windowTitle();">
23
24
25 <!-- ========= START OF TOP NAVBAR ======= -->
26 <A NAME="navbar_top"><!-- --></A>
27 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29 <TR>
30 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31 <A NAME="navbar_top_firstrow"><!-- --></A>
32 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33 <TR ALIGN="center" VALIGN="top">
34 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
39 </TR>
40 </TABLE>
41 </TD>
42 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
43 </EM>
44 </TD>
45 </TR>
46
47 <TR>
48 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
49 &nbsp;PREV&nbsp;
50 &nbsp;NEXT</FONT></TD>
51 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52 <A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
53 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
54 &nbsp;<SCRIPT type="text/javascript">
55 <!--
56 if(window==top) {
57 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
58 }
59 //-->
60 </SCRIPT>
61 <NOSCRIPT>
62 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
63 </NOSCRIPT>
64
65 </FONT></TD>
66 </TR>
67 </TABLE>
68 <A NAME="skip-navbar_top"></A>
69 <!-- ========= END OF TOP NAVBAR ========= -->
70
71 <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <HR>
72 <A NAME="_A_"><!-- --></A><H2>
73 <B>A</B></H2>
74 <DL>
75 <DT><A HREF="estraier/Condition.html#add_attr(java.lang.String)"><B>add_attr(String)</B></A> -
76 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
77 <DD>Add an expression for an attribute.
78 <DT><A HREF="estraier/Document.html#add_attr(java.lang.String, java.lang.String)"><B>add_attr(String, String)</B></A> -
79 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
80 <DD>Add an attribute.
81 <DT><A HREF="estraier/Document.html#add_hidden_text(java.lang.String)"><B>add_hidden_text(String)</B></A> -
82 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
83 <DD>Add a hidden sentence.
84 <DT><A HREF="estraier/Document.html#add_text(java.lang.String)"><B>add_text(String)</B></A> -
85 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
86 <DD>Add a sentence of text.
87 <DT><A HREF="estraier/Document.html#attr(java.lang.String)"><B>attr(String)</B></A> -
88 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
89 <DD>Get the value of an attribute.
90 <DT><A HREF="estraier/ResultDocument.html#attr(java.lang.String)"><B>attr(String)</B></A> -
91 Method in interface estraier.<A HREF="estraier/ResultDocument.html" title="interface in estraier">ResultDocument</A>
92 <DD>Get the value of an attribute.
93 <DT><A HREF="estraier/Document.html#attr_names()"><B>attr_names()</B></A> -
94 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
95 <DD>Get a list of attribute names.
96 <DT><A HREF="estraier/ResultDocument.html#attr_names()"><B>attr_names()</B></A> -
97 Method in interface estraier.<A HREF="estraier/ResultDocument.html" title="interface in estraier">ResultDocument</A>
98 <DD>Get a list of attribute names.
99 <DT><A HREF="estraier/Condition.html#attrs()"><B>attrs()</B></A> -
100 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
101 <DD>Get expressions for attributes.
102 </DL>
103 <HR>
104 <A NAME="_C_"><!-- --></A><H2>
105 <B>C</B></H2>
106 <DL>
107 <DT><A HREF="estraier/Condition.html#CONDAGIT"><B>CONDAGIT</B></A> -
108 Static variable in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
109 <DD>option: check N-gram keys skipping by three
110 <DT><A HREF="estraier/Condition.html#CONDFAST"><B>CONDFAST</B></A> -
111 Static variable in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
112 <DD>option: check N-gram keys skipping by two
113 <DT><A HREF="estraier/Condition.html#CONDNOIDF"><B>CONDNOIDF</B></A> -
114 Static variable in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
115 <DD>option: without TF-IDF tuning
116 <DT><A HREF="estraier/Condition.html#CONDSIMPLE"><B>CONDSIMPLE</B></A> -
117 Static variable in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
118 <DD>option: with the simplified phrase
119 <DT><A HREF="estraier/Condition.html#CONDSURE"><B>CONDSURE</B></A> -
120 Static variable in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
121 <DD>option: check every N-gram key
122 <DT><A HREF="estraier/Condition.html#CONDUSU"><B>CONDUSU</B></A> -
123 Static variable in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
124 <DD>option: check N-gram keys skipping by one
125 <DT><A HREF="estraier/Call.html" title="class in estraier"><B>Call</B></A> - class estraier.<A HREF="estraier/Call.html" title="class in estraier">Call</A>.<DD>Command line utility for the node API.<DT><A HREF="estraier/Condition.html" title="interface in estraier"><B>Condition</B></A> - interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>.<DD>Abstraction of search condition.<DT><A HREF="estraier/Creator.html" title="interface in estraier"><B>Creator</B></A> - interface estraier.<A HREF="estraier/Creator.html" title="interface in estraier">Creator</A>.<DD>Abstraction of factory methods.<DT><A HREF="estraier/CreatorImpl.html" title="class in estraier"><B>CreatorImpl</B></A> - class estraier.<A HREF="estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A>.<DD>Implementation of factory methods.<DT><A HREF="estraier/CreatorImpl.html#CreatorImpl()"><B>CreatorImpl()</B></A> -
126 Constructor for class estraier.<A HREF="estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A>
127 <DD>Create a creator object.
128 <DT><A HREF="estraier/Document.html#cat_texts()"><B>cat_texts()</B></A> -
129 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
130 <DD>Concatenate sentences of the text.
131 <DT><A HREF="estraier/Creator.html#create_condition()"><B>create_condition()</B></A> -
132 Method in interface estraier.<A HREF="estraier/Creator.html" title="interface in estraier">Creator</A>
133 <DD>Create a condition object.
134 <DT><A HREF="estraier/CreatorImpl.html#create_condition()"><B>create_condition()</B></A> -
135 Method in class estraier.<A HREF="estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A>
136 <DD>&nbsp;
137 <DT><A HREF="estraier/Creator.html#create_document()"><B>create_document()</B></A> -
138 Method in interface estraier.<A HREF="estraier/Creator.html" title="interface in estraier">Creator</A>
139 <DD>Create a document object.
140 <DT><A HREF="estraier/Creator.html#create_document(java.lang.String)"><B>create_document(String)</B></A> -
141 Method in interface estraier.<A HREF="estraier/Creator.html" title="interface in estraier">Creator</A>
142 <DD>Create a document object made from draft data.
143 <DT><A HREF="estraier/CreatorImpl.html#create_document()"><B>create_document()</B></A> -
144 Method in class estraier.<A HREF="estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A>
145 <DD>&nbsp;
146 <DT><A HREF="estraier/CreatorImpl.html#create_document(java.lang.String)"><B>create_document(String)</B></A> -
147 Method in class estraier.<A HREF="estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A>
148 <DD>&nbsp;
149 <DT><A HREF="estraier/Creator.html#create_node()"><B>create_node()</B></A> -
150 Method in interface estraier.<A HREF="estraier/Creator.html" title="interface in estraier">Creator</A>
151 <DD>Create a node connection object.
152 <DT><A HREF="estraier/CreatorImpl.html#create_node()"><B>create_node()</B></A> -
153 Method in class estraier.<A HREF="estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A>
154 <DD>&nbsp;
155 </DL>
156 <HR>
157 <A NAME="_D_"><!-- --></A><H2>
158 <B>D</B></H2>
159 <DL>
160 <DT><A HREF="estraier/Document.html" title="interface in estraier"><B>Document</B></A> - interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>.<DD>Abstraction of document.<DT><A HREF="estraier/Node.html#doc_num()"><B>doc_num()</B></A> -
161 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
162 <DD>Get the number of documents.
163 <DT><A HREF="estraier/NodeResult.html#doc_num()"><B>doc_num()</B></A> -
164 Method in interface estraier.<A HREF="estraier/NodeResult.html" title="interface in estraier">NodeResult</A>
165 <DD>Get the number of documents.
166 <DT><A HREF="estraier/Document.html#dump_draft()"><B>dump_draft()</B></A> -
167 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
168 <DD>Dump draft data.
169 </DL>
170 <HR>
171 <A NAME="_E_"><!-- --></A><H2>
172 <B>E</B></H2>
173 <DL>
174 <DT><A HREF="estraier/package-summary.html"><B>estraier</B></A> - package estraier<DD>&nbsp;</DL>
175 <HR>
176 <A NAME="_G_"><!-- --></A><H2>
177 <B>G</B></H2>
178 <DL>
179 <DT><A HREF="estraier/Node.html#get_doc(int)"><B>get_doc(int)</B></A> -
180 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
181 <DD>Retrieve a document.
182 <DT><A HREF="estraier/NodeResult.html#get_doc(int)"><B>get_doc(int)</B></A> -
183 Method in interface estraier.<A HREF="estraier/NodeResult.html" title="interface in estraier">NodeResult</A>
184 <DD>Get a result document object
185 <DT><A HREF="estraier/Node.html#get_doc_attr(int, java.lang.String)"><B>get_doc_attr(int, String)</B></A> -
186 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
187 <DD>Retrieve the value of an attribute of a document.
188 <DT><A HREF="estraier/Node.html#get_doc_attr_by_uri(java.lang.String, java.lang.String)"><B>get_doc_attr_by_uri(String, String)</B></A> -
189 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
190 <DD>Retrieve the value of an attribute of a document specified by URI
191 <DT><A HREF="estraier/Node.html#get_doc_by_uri(java.lang.String)"><B>get_doc_by_uri(String)</B></A> -
192 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
193 <DD>Retrieve a document specified by URI.
194 </DL>
195 <HR>
196 <A NAME="_H_"><!-- --></A><H2>
197 <B>H</B></H2>
198 <DL>
199 <DT><A HREF="estraier/NodeResult.html#hint(java.lang.String)"><B>hint(String)</B></A> -
200 Method in interface estraier.<A HREF="estraier/NodeResult.html" title="interface in estraier">NodeResult</A>
201 <DD>Get the value of hint information.
202 </DL>
203 <HR>
204 <A NAME="_I_"><!-- --></A><H2>
205 <B>I</B></H2>
206 <DL>
207 <DT><A HREF="estraier/Document.html#id()"><B>id()</B></A> -
208 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
209 <DD>Get the ID number.
210 </DL>
211 <HR>
212 <A NAME="_L_"><!-- --></A><H2>
213 <B>L</B></H2>
214 <DL>
215 <DT><A HREF="estraier/Node.html#label()"><B>label()</B></A> -
216 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
217 <DD>Get the label.
218 </DL>
219 <HR>
220 <A NAME="_M_"><!-- --></A><H2>
221 <B>M</B></H2>
222 <DL>
223 <DT><A HREF="estraier/Call.html#main(java.lang.String[])"><B>main(String[])</B></A> -
224 Static method in class estraier.<A HREF="estraier/Call.html" title="class in estraier">Call</A>
225 <DD>Main routine of the command.
226 <DT><A HREF="estraier/Document.html#make_snippet(java.util.List, int, int, int)"><B>make_snippet(List, int, int, int)</B></A> -
227 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
228 <DD>Make a snippet of the body text.
229 <DT><A HREF="estraier/Condition.html#max()"><B>max()</B></A> -
230 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
231 <DD>Get the maximum number of retrieval.
232 </DL>
233 <HR>
234 <A NAME="_N_"><!-- --></A><H2>
235 <B>N</B></H2>
236 <DL>
237 <DT><A HREF="estraier/Node.html" title="interface in estraier"><B>Node</B></A> - interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>.<DD>Abstraction of connection to P2P node.<DT><A HREF="estraier/NodeResult.html" title="interface in estraier"><B>NodeResult</B></A> - interface estraier.<A HREF="estraier/NodeResult.html" title="interface in estraier">NodeResult</A>.<DD>Abstraction of result set from P2P node.<DT><A HREF="estraier/Node.html#name()"><B>name()</B></A> -
238 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
239 <DD>Get the name.
240 </DL>
241 <HR>
242 <A NAME="_O_"><!-- --></A><H2>
243 <B>O</B></H2>
244 <DL>
245 <DT><A HREF="estraier/Condition.html#options()"><B>options()</B></A> -
246 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
247 <DD>Get options of retrieval.
248 <DT><A HREF="estraier/Condition.html#order()"><B>order()</B></A> -
249 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
250 <DD>Get the order expression.
251 <DT><A HREF="estraier/Node.html#out_doc(int)"><B>out_doc(int)</B></A> -
252 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
253 <DD>Remove a document.
254 <DT><A HREF="estraier/Node.html#out_doc_by_uri(java.lang.String)"><B>out_doc_by_uri(String)</B></A> -
255 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
256 <DD>Remove a document specified by URI.
257 </DL>
258 <HR>
259 <A NAME="_P_"><!-- --></A><H2>
260 <B>P</B></H2>
261 <DL>
262 <DT><A HREF="estraier/Condition.html#phrase()"><B>phrase()</B></A> -
263 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
264 <DD>Get the search phrase.
265 <DT><A HREF="estraier/Node.html#put_doc(estraier.Document)"><B>put_doc(Document)</B></A> -
266 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
267 <DD>Add a document.
268 </DL>
269 <HR>
270 <A NAME="_R_"><!-- --></A><H2>
271 <B>R</B></H2>
272 <DL>
273 <DT><A HREF="estraier/ResultDocument.html" title="interface in estraier"><B>ResultDocument</B></A> - interface estraier.<A HREF="estraier/ResultDocument.html" title="interface in estraier">ResultDocument</A>.<DD>Abstraction of document in result set.</DL>
274 <HR>
275 <A NAME="_S_"><!-- --></A><H2>
276 <B>S</B></H2>
277 <DL>
278 <DT><A HREF="estraier/Document.html#scan_words(java.util.List)"><B>scan_words(List)</B></A> -
279 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
280 <DD>Check whether the text includes every specified words.
281 <DT><A HREF="estraier/Node.html#search(estraier.Condition, int)"><B>search(Condition, int)</B></A> -
282 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
283 <DD>Search documents corresponding a condition.
284 <DT><A HREF="estraier/Node.html#set_auth(java.lang.String, java.lang.String)"><B>set_auth(String, String)</B></A> -
285 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
286 <DD>Set the authentication information.
287 <DT><A HREF="estraier/Node.html#set_link(java.lang.String, java.lang.String, int)"><B>set_link(String, String, int)</B></A> -
288 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
289 <DD>Manage a link.
290 <DT><A HREF="estraier/Condition.html#set_max(int)"><B>set_max(int)</B></A> -
291 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
292 <DD>Set the maximum number of retrieval.
293 <DT><A HREF="estraier/Condition.html#set_options(int)"><B>set_options(int)</B></A> -
294 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
295 <DD>Set options of retrieval.
296 <DT><A HREF="estraier/Condition.html#set_order(java.lang.String)"><B>set_order(String)</B></A> -
297 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
298 <DD>Set the order.
299 <DT><A HREF="estraier/Condition.html#set_phrase(java.lang.String)"><B>set_phrase(String)</B></A> -
300 Method in interface estraier.<A HREF="estraier/Condition.html" title="interface in estraier">Condition</A>
301 <DD>Set the search phrase.
302 <DT><A HREF="estraier/Node.html#set_proxy(java.lang.String, int)"><B>set_proxy(String, int)</B></A> -
303 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
304 <DD>Set the proxy information.
305 <DT><A HREF="estraier/Node.html#set_timeout(int)"><B>set_timeout(int)</B></A> -
306 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
307 <DD>Set timeout.
308 <DT><A HREF="estraier/Node.html#set_url(java.lang.String)"><B>set_url(String)</B></A> -
309 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
310 <DD>Set the URL of a node server.
311 <DT><A HREF="estraier/Node.html#set_user(java.lang.String, int)"><B>set_user(String, int)</B></A> -
312 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
313 <DD>Manage a user account.
314 <DT><A HREF="estraier/Node.html#size()"><B>size()</B></A> -
315 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
316 <DD>Get the size of the datbase of a node.
317 <DT><A HREF="estraier/ResultDocument.html#snippet()"><B>snippet()</B></A> -
318 Method in interface estraier.<A HREF="estraier/ResultDocument.html" title="interface in estraier">ResultDocument</A>
319 <DD>Get the snippet.
320 <DT><A HREF="estraier/Node.html#status()"><B>status()</B></A> -
321 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
322 <DD>Get the status code of the last request.
323 </DL>
324 <HR>
325 <A NAME="_T_"><!-- --></A><H2>
326 <B>T</B></H2>
327 <DL>
328 <DT><A HREF="estraier/Document.html#texts()"><B>texts()</B></A> -
329 Method in interface estraier.<A HREF="estraier/Document.html" title="interface in estraier">Document</A>
330 <DD>Get a list of sentences of the text.
331 </DL>
332 <HR>
333 <A NAME="_U_"><!-- --></A><H2>
334 <B>U</B></H2>
335 <DL>
336 <DT><A HREF="estraier/ResultDocument.html#uri()"><B>uri()</B></A> -
337 Method in interface estraier.<A HREF="estraier/ResultDocument.html" title="interface in estraier">ResultDocument</A>
338 <DD>Get the URI.
339 <DT><A HREF="estraier/Node.html#uri_to_id(java.lang.String)"><B>uri_to_id(String)</B></A> -
340 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
341 <DD>Get the ID of a document specified by URI.
342 </DL>
343 <HR>
344 <A NAME="_W_"><!-- --></A><H2>
345 <B>W</B></H2>
346 <DL>
347 <DT><A HREF="estraier/Node.html#word_num()"><B>word_num()</B></A> -
348 Method in interface estraier.<A HREF="estraier/Node.html" title="interface in estraier">Node</A>
349 <DD>Get the number of unique words.
350 </DL>
351 <HR>
352 <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A>
353
354 <!-- ======= START OF BOTTOM NAVBAR ====== -->
355 <A NAME="navbar_bottom"><!-- --></A>
356 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
357 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
358 <TR>
359 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
360 <A NAME="navbar_bottom_firstrow"><!-- --></A>
361 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
362 <TR ALIGN="center" VALIGN="top">
363 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
364 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
365 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
366 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
367 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
368 </TR>
369 </TABLE>
370 </TD>
371 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
372 </EM>
373 </TD>
374 </TR>
375
376 <TR>
377 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
378 &nbsp;PREV&nbsp;
379 &nbsp;NEXT</FONT></TD>
380 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
381 <A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
382 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
383 &nbsp;<SCRIPT type="text/javascript">
384 <!--
385 if(window==top) {
386 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
387 }
388 //-->
389 </SCRIPT>
390 <NOSCRIPT>
391 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
392 </NOSCRIPT>
393
394 </FONT></TD>
395 </TR>
396 </TABLE>
397 <A NAME="skip-navbar_bottom"></A>
398 <!-- ======== END OF BOTTOM NAVBAR ======= -->
399
400 <HR>
401
402 </BODY>
403 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26