/[hyperestraier]/upstream/0.5.3/doc/japidoc/estraier/Document.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

Diff of /upstream/0.5.3/doc/japidoc/estraier/Document.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/0.5.2/doc/japidoc/estraier/Document.html revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC upstream/0.5.3/doc/japidoc/estraier/Document.html revision 10 by dpavlin, Wed Aug 3 15:25:48 2005 UTC
# Line 2  Line 2 
2  <!--NewPage-->  <!--NewPage-->
3  <HTML>  <HTML>
4  <HEAD>  <HEAD>
5  <!-- Generated by javadoc (build 1.4.2_06) on Mon Jul 25 11:24:18 JST 2005 -->  <!-- Generated by javadoc (build 1.4.2_06) on Mon Aug 01 00:51:52 JST 2005 -->
6  <TITLE>  <TITLE>
7  Document (estraier)  Document (estraier)
8  </TITLE>  </TITLE>
# Line 47  function windowTitle() Line 47  function windowTitle()
47    
48  <TR>  <TR>
49  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
50  &nbsp;<A HREF="../estraier/ConditionImpl.html" title="class in estraier"><B>PREV CLASS</B></A>&nbsp;  &nbsp;<A HREF="../estraier/CreatorImpl.html" title="class in estraier"><B>PREV CLASS</B></A>&nbsp;
51  &nbsp;<A HREF="../estraier/DocumentImpl.html" title="class in estraier"><B>NEXT CLASS</B></A></FONT></TD>  &nbsp;<A HREF="../estraier/Node.html" title="interface in estraier"><B>NEXT CLASS</B></A></FONT></TD>
52  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
54  &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;  &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
# Line 82  DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb Line 82  DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
82  estraier</FONT>  estraier</FONT>
83  <BR>  <BR>
84  Interface Document</H2>  Interface Document</H2>
 <DL>  
 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../estraier/DocumentImpl.html" title="class in estraier">DocumentImpl</A></DD>  
 </DL>  
85  <HR>  <HR>
86  <DL>  <DL>
87  <DT>public interface <B>Document</B></DL>  <DT>public interface <B>Document</B></DL>
# Line 275  public java.util.List <B>attr_names</B>( Line 272  public java.util.List <B>attr_names</B>(
272  <P>  <P>
273  <DD><DL>  <DD><DL>
274    
275  <DT><B>Returns:</B><DD>a list of attribute names.</DL>  <DT><B>Returns:</B><DD>a list object of attribute names.</DL>
276  </DD>  </DD>
277  </DL>  </DL>
278  <HR>  <HR>
# Line 303  public java.lang.String <B>cat_texts</B> Line 300  public java.lang.String <B>cat_texts</B>
300  <P>  <P>
301  <DD><DL>  <DD><DL>
302    
303  <DT><B>Returns:</B><DD>concatenated sentences of a document object.</DL>  <DT><B>Returns:</B><DD>concatenated sentences.</DL>
304  </DD>  </DD>
305  </DL>  </DL>
306  <HR>  <HR>
# Line 348  public java.lang.String <B>make_snippet< Line 345  public java.lang.String <B>make_snippet<
345  <P>  <P>
346  <DD><DL>  <DD><DL>
347  <DT><B>Parameters:</B><DD><CODE>words</CODE> - a list object of words to be highlight.<DD><CODE>wwidth</CODE> - whole width of the result.<DD><CODE>hwidth</CODE> - width of strings picked up from the beginning of the text.<DD><CODE>awidth</CODE> - width of strings picked up around each highlighted word.  <DT><B>Parameters:</B><DD><CODE>words</CODE> - a list object of words to be highlight.<DD><CODE>wwidth</CODE> - whole width of the result.<DD><CODE>hwidth</CODE> - width of strings picked up from the beginning of the text.<DD><CODE>awidth</CODE> - width of strings picked up around each highlighted word.
348  <DT><B>Returns:</B><DD>a snippet string of the body text.</DL>  <DT><B>Returns:</B><DD>a snippet string of the body text.  There are tab separated values.  Each line is a
349     string to be shown.  Though most lines have only one field, some lines have two fields.  If
350     the second field exists, the first field is to be shown with highlighted, and the second
351     field means its normalized form.</DL>
352  </DD>  </DD>
353  </DL>  </DL>
354  <HR>  <HR>
# Line 407  public java.util.List <B>texts</B>()</PR Line 407  public java.util.List <B>texts</B>()</PR
407    
408  <TR>  <TR>
409  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
410  &nbsp;<A HREF="../estraier/ConditionImpl.html" title="class in estraier"><B>PREV CLASS</B></A>&nbsp;  &nbsp;<A HREF="../estraier/CreatorImpl.html" title="class in estraier"><B>PREV CLASS</B></A>&nbsp;
411  &nbsp;<A HREF="../estraier/DocumentImpl.html" title="class in estraier"><B>NEXT CLASS</B></A></FONT></TD>  &nbsp;<A HREF="../estraier/Node.html" title="interface in estraier"><B>NEXT CLASS</B></A></FONT></TD>
412  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
413    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
414  &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;  &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26