File: IOSource.html

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (73 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<STYLE TYPE="text/css">@import "style.css";</STYLE>
</HEAD>
<BODY>
<H1>class IOSource</H1>
<B>Extends </B>Source<HR>
   A Source that wraps an IO.  See the Source class for method documentation
  
  
  
  
  
<H2>Methods</H2>
<UL>
<LI>
<A HREF="#N12">current_line</A>
</LI>
<LI>
<A HREF="#NF">empty</A>
</LI>
<LI>
<A HREF="#N6">initialize</A>
</LI>
<LI>
<A HREF="#NC">match</A>
</LI>
<LI>
<A HREF="#N9">scan</A>
</LI>
</UL>
<HR>
<H2>Methods</H2>
<DIV CLASS="method">
<A NAME="N12">
<H3>current_line</H3>
</A><B style="padding-right: 1em;">Returns</B>
      the current line in the source
    <HR>
    
     
  
</DIV>
<DIV CLASS="method">
<A NAME="NF">
<H3>empty</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N6">
<H3>initialize</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="NC">
<H3>match</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N9">
<H3>scan</H3>
</A>
<HR>
</DIV>
<DIV CLASS="footer">
			API documentation generated by <A HREF="http://www.germane-software.com/~ser/Software/api2xml">API2XML</A>
</DIV>
</BODY>
</HTML>