sdl4r 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +28 -0
- data/README +9 -0
- data/Rakefile +3 -2
- data/TODO +78 -0
- data/doc/classes/SDL4R.html +207 -53
- data/doc/classes/SDL4R/Parser.html +111 -49
- data/doc/classes/SDL4R/SdlBinary.html +125 -65
- data/doc/classes/SDL4R/SdlParseError.html +52 -30
- data/doc/classes/SDL4R/SdlTimeSpan.html +497 -279
- data/doc/classes/SDL4R/Tag.html +866 -514
- data/doc/created.rid +1 -1
- data/doc/files/CHANGELOG.html +52 -25
- data/doc/files/LICENSE.html +43 -52
- data/doc/files/README.html +52 -43
- data/doc/files/lib/sdl4r/parser/reader_rb.html +16 -27
- data/doc/files/lib/sdl4r/parser/time_span_with_zone_rb.html +17 -21
- data/doc/files/lib/sdl4r/parser/token_rb.html +17 -21
- data/doc/files/lib/sdl4r/parser/tokenizer_rb.html +17 -21
- data/doc/files/lib/sdl4r/parser_rb.html +21 -22
- data/doc/files/lib/sdl4r/sdl4r_rb.html +25 -25
- data/doc/files/lib/sdl4r/sdl_binary_rb.html +17 -21
- data/doc/files/lib/sdl4r/sdl_parse_error_rb.html +17 -21
- data/doc/files/lib/sdl4r/sdl_time_span_rb.html +17 -21
- data/doc/files/lib/sdl4r/tag_rb.html +25 -24
- data/doc/files/lib/sdl4r_rb.html +17 -21
- data/doc/fr_class_index.html +15 -12
- data/doc/fr_file_index.html +23 -12
- data/doc/fr_method_index.html +176 -91
- data/doc/index.html +7 -10
- data/doc/rdoc-style.css +210 -119
- data/lib/sdl4r.rb +3 -0
- data/lib/sdl4r/parser.rb +3 -5
- data/lib/sdl4r/parser/reader.rb +3 -3
- data/lib/sdl4r/parser/time_span_with_zone.rb +3 -0
- data/lib/sdl4r/parser/token.rb +3 -0
- data/lib/sdl4r/parser/tokenizer.rb +3 -0
- data/lib/sdl4r/sdl4r.rb +20 -8
- data/lib/sdl4r/sdl_binary.rb +3 -0
- data/lib/sdl4r/sdl_parse_error.rb +3 -0
- data/lib/sdl4r/sdl_time_span.rb +3 -0
- data/lib/sdl4r/tag.rb +18 -4
- data/test/sdl4r/parser_test.rb +7 -2
- data/test/sdl4r/sdl4r_test.rb +6 -2
- data/test/sdl4r/sdl_test.rb +3 -0
- data/test/sdl4r/tag_test.rb +3 -0
- metadata +72 -74
- data/TODO.txt +0 -177
data/doc/files/lib/sdl4r_rb.html
CHANGED
@@ -1,12 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
6
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<head>
|
8
|
-
<title>File: sdl4r.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<title>File: sdl4r.rb [RDoc: Simple Declarative Language for Ruby]</title>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
7
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
8
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
12
9
|
<script type="text/javascript">
|
@@ -25,7 +22,7 @@
|
|
25
22
|
return false;
|
26
23
|
|
27
24
|
elemStyle = elem.style;
|
28
|
-
|
25
|
+
|
29
26
|
if ( elemStyle.display != "block" ) {
|
30
27
|
elemStyle.display = "block"
|
31
28
|
} else {
|
@@ -34,10 +31,10 @@
|
|
34
31
|
|
35
32
|
return true;
|
36
33
|
}
|
37
|
-
|
34
|
+
|
38
35
|
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
40
|
-
|
36
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
|
37
|
+
|
41
38
|
// ]]>
|
42
39
|
</script>
|
43
40
|
|
@@ -45,18 +42,18 @@
|
|
45
42
|
<body>
|
46
43
|
|
47
44
|
|
48
|
-
|
49
45
|
<div id="fileHeader">
|
50
46
|
<h1>sdl4r.rb</h1>
|
51
47
|
<table class="header-table">
|
52
48
|
<tr class="top-aligned-row">
|
53
49
|
<td><strong>Path:</strong></td>
|
54
50
|
<td>lib/sdl4r.rb
|
51
|
+
|
55
52
|
</td>
|
56
53
|
</tr>
|
57
54
|
<tr class="top-aligned-row">
|
58
55
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
56
|
+
<td>2010-08-06 23:12:26 +0900</td>
|
60
57
|
</tr>
|
61
58
|
</table>
|
62
59
|
</div>
|
@@ -64,18 +61,20 @@
|
|
64
61
|
|
65
62
|
<div id="bodyContent">
|
66
63
|
|
67
|
-
|
68
|
-
|
69
64
|
<div id="contextContent">
|
70
65
|
|
66
|
+
<div id="description">
|
67
|
+
<p>
|
68
|
+
encoding: UTF-8
|
69
|
+
</p>
|
71
70
|
|
71
|
+
</div>
|
72
72
|
|
73
73
|
</div>
|
74
74
|
|
75
75
|
|
76
76
|
</div>
|
77
77
|
|
78
|
-
|
79
78
|
<!-- if includes -->
|
80
79
|
|
81
80
|
<div id="section">
|
@@ -83,19 +82,16 @@
|
|
83
82
|
|
84
83
|
|
85
84
|
|
86
|
-
|
87
|
-
|
85
|
+
<!-- if method_list -->
|
88
86
|
|
89
87
|
|
90
|
-
<!-- if method_list -->
|
91
88
|
|
92
89
|
|
93
90
|
</div>
|
94
91
|
|
95
|
-
|
96
92
|
<div id="validator-badges">
|
97
93
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
98
94
|
</div>
|
99
95
|
|
100
96
|
</body>
|
101
|
-
</html>
|
97
|
+
</html>
|
data/doc/fr_class_index.html
CHANGED
@@ -1,32 +1,35 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<!--
|
8
5
|
|
9
|
-
Classes
|
6
|
+
Classes [RDoc: Simple Declarative Language for Ruby]
|
10
7
|
|
11
8
|
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
9
|
<head>
|
14
|
-
<title>Classes</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
10
|
+
<title>Classes [RDoc: Simple Declarative Language for Ruby]</title>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
16
12
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
13
|
<base target="docwin" />
|
18
14
|
</head>
|
19
15
|
<body>
|
20
|
-
<div
|
16
|
+
<div class="index">
|
21
17
|
<h1 class="section-bar">Classes</h1>
|
22
18
|
<div id="index-entries">
|
19
|
+
|
23
20
|
<a href="classes/SDL4R.html">SDL4R</a><br />
|
21
|
+
|
24
22
|
<a href="classes/SDL4R/Parser.html">SDL4R::Parser</a><br />
|
23
|
+
|
25
24
|
<a href="classes/SDL4R/SdlBinary.html">SDL4R::SdlBinary</a><br />
|
25
|
+
|
26
26
|
<a href="classes/SDL4R/SdlParseError.html">SDL4R::SdlParseError</a><br />
|
27
|
+
|
27
28
|
<a href="classes/SDL4R/SdlTimeSpan.html">SDL4R::SdlTimeSpan</a><br />
|
29
|
+
|
28
30
|
<a href="classes/SDL4R/Tag.html">SDL4R::Tag</a><br />
|
31
|
+
|
29
32
|
</div>
|
30
33
|
</div>
|
31
34
|
</body>
|
32
|
-
</html>
|
35
|
+
</html>
|
data/doc/fr_file_index.html
CHANGED
@@ -1,40 +1,51 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<!--
|
8
5
|
|
9
|
-
Files
|
6
|
+
Files [RDoc: Simple Declarative Language for Ruby]
|
10
7
|
|
11
8
|
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
9
|
<head>
|
14
|
-
<title>Files</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
10
|
+
<title>Files [RDoc: Simple Declarative Language for Ruby]</title>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
16
12
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
13
|
<base target="docwin" />
|
18
14
|
</head>
|
19
15
|
<body>
|
20
|
-
<div
|
16
|
+
<div class="index">
|
21
17
|
<h1 class="section-bar">Files</h1>
|
22
18
|
<div id="index-entries">
|
19
|
+
|
23
20
|
<a href="files/CHANGELOG.html">CHANGELOG</a><br />
|
21
|
+
|
24
22
|
<a href="files/LICENSE.html">LICENSE</a><br />
|
23
|
+
|
25
24
|
<a href="files/README.html">README</a><br />
|
25
|
+
|
26
26
|
<a href="files/lib/sdl4r_rb.html">lib/sdl4r.rb</a><br />
|
27
|
+
|
27
28
|
<a href="files/lib/sdl4r/parser_rb.html">lib/sdl4r/parser.rb</a><br />
|
29
|
+
|
28
30
|
<a href="files/lib/sdl4r/parser/reader_rb.html">lib/sdl4r/parser/reader.rb</a><br />
|
31
|
+
|
29
32
|
<a href="files/lib/sdl4r/parser/time_span_with_zone_rb.html">lib/sdl4r/parser/time_span_with_zone.rb</a><br />
|
33
|
+
|
30
34
|
<a href="files/lib/sdl4r/parser/token_rb.html">lib/sdl4r/parser/token.rb</a><br />
|
35
|
+
|
31
36
|
<a href="files/lib/sdl4r/parser/tokenizer_rb.html">lib/sdl4r/parser/tokenizer.rb</a><br />
|
37
|
+
|
32
38
|
<a href="files/lib/sdl4r/sdl4r_rb.html">lib/sdl4r/sdl4r.rb</a><br />
|
39
|
+
|
33
40
|
<a href="files/lib/sdl4r/sdl_binary_rb.html">lib/sdl4r/sdl_binary.rb</a><br />
|
41
|
+
|
34
42
|
<a href="files/lib/sdl4r/sdl_parse_error_rb.html">lib/sdl4r/sdl_parse_error.rb</a><br />
|
43
|
+
|
35
44
|
<a href="files/lib/sdl4r/sdl_time_span_rb.html">lib/sdl4r/sdl_time_span.rb</a><br />
|
45
|
+
|
36
46
|
<a href="files/lib/sdl4r/tag_rb.html">lib/sdl4r/tag.rb</a><br />
|
47
|
+
|
37
48
|
</div>
|
38
49
|
</div>
|
39
50
|
</body>
|
40
|
-
</html>
|
51
|
+
</html>
|
data/doc/fr_method_index.html
CHANGED
@@ -1,114 +1,199 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<!--
|
8
5
|
|
9
|
-
Methods
|
6
|
+
Methods [RDoc: Simple Declarative Language for Ruby]
|
10
7
|
|
11
8
|
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
9
|
<head>
|
14
|
-
<title>Methods</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
10
|
+
<title>Methods [RDoc: Simple Declarative Language for Ruby]</title>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
16
12
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
13
|
<base target="docwin" />
|
18
14
|
</head>
|
19
15
|
<body>
|
20
|
-
<div
|
16
|
+
<div class="index">
|
21
17
|
<h1 class="section-bar">Methods</h1>
|
22
18
|
<div id="index-entries">
|
23
|
-
|
24
|
-
<a href="classes/SDL4R/
|
25
|
-
|
26
|
-
<a href="classes/SDL4R/
|
27
|
-
|
19
|
+
|
20
|
+
<a href="classes/SDL4R/Tag.html#M000041"><< (SDL4R::Tag)</a><br />
|
21
|
+
|
22
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000035"><=> (SDL4R::SdlTimeSpan)</a><br />
|
23
|
+
|
24
|
+
<a href="classes/SDL4R/Tag.html#M000077">== (SDL4R::Tag)</a><br />
|
25
|
+
|
26
|
+
<a href="classes/SDL4R/SdlBinary.html#M000084">== (SDL4R::SdlBinary)</a><br />
|
27
|
+
|
28
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000034">== (SDL4R::SdlTimeSpan)</a><br />
|
29
|
+
|
28
30
|
<a href="classes/SDL4R.html#M000001">SdlBinary (SDL4R)</a><br />
|
29
|
-
|
30
|
-
<a href="classes/SDL4R/Tag.html#
|
31
|
-
|
32
|
-
<a href="classes/SDL4R/Tag.html#
|
33
|
-
|
34
|
-
<a href="classes/SDL4R/Tag.html#
|
35
|
-
|
36
|
-
<a href="classes/SDL4R/Tag.html#
|
37
|
-
|
38
|
-
<a href="classes/SDL4R/Tag.html#
|
39
|
-
|
40
|
-
<a href="classes/SDL4R/Tag.html#
|
41
|
-
|
31
|
+
|
32
|
+
<a href="classes/SDL4R/Tag.html#M000040">add_child (SDL4R::Tag)</a><br />
|
33
|
+
|
34
|
+
<a href="classes/SDL4R/Tag.html#M000054">add_value (SDL4R::Tag)</a><br />
|
35
|
+
|
36
|
+
<a href="classes/SDL4R/Tag.html#M000061">attribute (SDL4R::Tag)</a><br />
|
37
|
+
|
38
|
+
<a href="classes/SDL4R/Tag.html#M000063">attributes (SDL4R::Tag)</a><br />
|
39
|
+
|
40
|
+
<a href="classes/SDL4R/Tag.html#M000067">attributes= (SDL4R::Tag)</a><br />
|
41
|
+
|
42
|
+
<a href="classes/SDL4R/Tag.html#M000049">child (SDL4R::Tag)</a><br />
|
43
|
+
|
44
|
+
<a href="classes/SDL4R/Tag.html#M000046">child_count (SDL4R::Tag)</a><br />
|
45
|
+
|
46
|
+
<a href="classes/SDL4R/Tag.html#M000047">children (SDL4R::Tag)</a><br />
|
47
|
+
|
48
|
+
<a href="classes/SDL4R/Tag.html#M000075">children_to_string (SDL4R::Tag)</a><br />
|
49
|
+
|
50
|
+
<a href="classes/SDL4R/Tag.html#M000048">children_values (SDL4R::Tag)</a><br />
|
51
|
+
|
52
|
+
<a href="classes/SDL4R/Tag.html#M000065">clear_attributes (SDL4R::Tag)</a><br />
|
53
|
+
|
54
|
+
<a href="classes/SDL4R/Tag.html#M000043">clear_children (SDL4R::Tag)</a><br />
|
55
|
+
|
56
|
+
<a href="classes/SDL4R/Tag.html#M000057">clear_values (SDL4R::Tag)</a><br />
|
57
|
+
|
42
58
|
<a href="classes/SDL4R.html#M000004">coerce_or_fail (SDL4R)</a><br />
|
43
|
-
|
44
|
-
<a href="classes/SDL4R/SdlTimeSpan.html#
|
45
|
-
|
46
|
-
<a href="classes/SDL4R/SdlTimeSpan.html#
|
47
|
-
|
48
|
-
<a href="classes/SDL4R/
|
59
|
+
|
60
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000013">day (SDL4R::SdlTimeSpan)</a><br />
|
61
|
+
|
62
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000012">days (SDL4R::SdlTimeSpan)</a><br />
|
63
|
+
|
64
|
+
<a href="classes/SDL4R/SdlBinary.html#M000088">decode64 (SDL4R::SdlBinary)</a><br />
|
65
|
+
|
66
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000033">eql? (SDL4R::SdlTimeSpan)</a><br />
|
67
|
+
|
68
|
+
<a href="classes/SDL4R/Tag.html#M000076">eql? (SDL4R::Tag)</a><br />
|
69
|
+
|
70
|
+
<a href="classes/SDL4R/SdlBinary.html#M000085">eql? (SDL4R::SdlBinary)</a><br />
|
71
|
+
|
49
72
|
<a href="classes/SDL4R.html#M000002">format (SDL4R)</a><br />
|
50
|
-
|
51
|
-
<a href="classes/SDL4R/Tag.html#
|
52
|
-
|
53
|
-
<a href="classes/SDL4R/Tag.html#
|
54
|
-
|
55
|
-
<a href="classes/SDL4R/
|
56
|
-
|
57
|
-
<a href="classes/SDL4R/
|
58
|
-
|
59
|
-
<a href="classes/SDL4R/
|
60
|
-
|
61
|
-
<a href="classes/SDL4R/
|
62
|
-
|
63
|
-
<a href="classes/SDL4R/
|
64
|
-
|
65
|
-
<a href="classes/SDL4R/SdlTimeSpan.html#
|
66
|
-
|
67
|
-
<a href="classes/SDL4R/
|
68
|
-
|
69
|
-
<a href="classes/SDL4R/
|
70
|
-
|
71
|
-
<a href="classes/SDL4R/
|
73
|
+
|
74
|
+
<a href="classes/SDL4R/Tag.html#M000062">has_attribute? (SDL4R::Tag)</a><br />
|
75
|
+
|
76
|
+
<a href="classes/SDL4R/Tag.html#M000050">has_child? (SDL4R::Tag)</a><br />
|
77
|
+
|
78
|
+
<a href="classes/SDL4R/Tag.html#M000051">has_children? (SDL4R::Tag)</a><br />
|
79
|
+
|
80
|
+
<a href="classes/SDL4R/Tag.html#M000055">has_value? (SDL4R::Tag)</a><br />
|
81
|
+
|
82
|
+
<a href="classes/SDL4R/Tag.html#M000078">hash (SDL4R::Tag)</a><br />
|
83
|
+
|
84
|
+
<a href="classes/SDL4R/SdlBinary.html#M000086">hash (SDL4R::SdlBinary)</a><br />
|
85
|
+
|
86
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000032">hash (SDL4R::SdlTimeSpan)</a><br />
|
87
|
+
|
88
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000015">hour (SDL4R::SdlTimeSpan)</a><br />
|
89
|
+
|
90
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000014">hours (SDL4R::SdlTimeSpan)</a><br />
|
91
|
+
|
92
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000020">milliseconds (SDL4R::SdlTimeSpan)</a><br />
|
93
|
+
|
94
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000017">min (SDL4R::SdlTimeSpan)</a><br />
|
95
|
+
|
96
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000016">minutes (SDL4R::SdlTimeSpan)</a><br />
|
97
|
+
|
98
|
+
<a href="classes/SDL4R/Tag.html#M000068">name= (SDL4R::Tag)</a><br />
|
99
|
+
|
100
|
+
<a href="classes/SDL4R/Tag.html#M000069">namespace= (SDL4R::Tag)</a><br />
|
101
|
+
|
102
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000026">negate (SDL4R::SdlTimeSpan)</a><br />
|
103
|
+
|
104
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000010">new (SDL4R::SdlTimeSpan)</a><br />
|
105
|
+
|
106
|
+
<a href="classes/SDL4R/SdlBinary.html#M000083">new (SDL4R::SdlBinary)</a><br />
|
107
|
+
|
108
|
+
<a href="classes/SDL4R/Tag.html#M000038">new (SDL4R::Tag)</a><br />
|
109
|
+
|
110
|
+
<a href="classes/SDL4R/SdlParseError.html#M000037">new (SDL4R::SdlParseError)</a><br />
|
111
|
+
|
112
|
+
<a href="classes/SDL4R/Parser.html#M000080">new (SDL4R::Parser)</a><br />
|
113
|
+
|
114
|
+
<a href="classes/SDL4R/Tag.html#M000039">new_child (SDL4R::Tag)</a><br />
|
115
|
+
|
72
116
|
<a href="classes/SDL4R.html#M000003">new_date_time (SDL4R)</a><br />
|
73
|
-
|
117
|
+
|
118
|
+
<a href="classes/SDL4R/Parser.html#M000082">new_date_time (SDL4R::Parser)</a><br />
|
119
|
+
|
120
|
+
<a href="classes/SDL4R/Parser.html#M000081">parse (SDL4R::Parser)</a><br />
|
121
|
+
|
74
122
|
<a href="classes/SDL4R.html#M000006">read (SDL4R)</a><br />
|
75
|
-
|
76
|
-
<a href="classes/SDL4R/Tag.html#
|
77
|
-
|
78
|
-
<a href="classes/SDL4R/Tag.html#
|
79
|
-
|
80
|
-
<a href="classes/SDL4R/
|
81
|
-
|
82
|
-
<a href="classes/SDL4R/
|
83
|
-
|
84
|
-
<a href="classes/SDL4R/
|
85
|
-
|
86
|
-
<a href="classes/SDL4R/SdlTimeSpan.html#
|
87
|
-
|
88
|
-
<a href="classes/SDL4R/
|
89
|
-
|
123
|
+
|
124
|
+
<a href="classes/SDL4R/Tag.html#M000070">read (SDL4R::Tag)</a><br />
|
125
|
+
|
126
|
+
<a href="classes/SDL4R/Tag.html#M000071">read_from_io (SDL4R::Tag)</a><br />
|
127
|
+
|
128
|
+
<a href="classes/SDL4R/Tag.html#M000064">remove_attribute (SDL4R::Tag)</a><br />
|
129
|
+
|
130
|
+
<a href="classes/SDL4R/Tag.html#M000042">remove_child (SDL4R::Tag)</a><br />
|
131
|
+
|
132
|
+
<a href="classes/SDL4R/Tag.html#M000056">remove_value (SDL4R::Tag)</a><br />
|
133
|
+
|
134
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000027">roll_days (SDL4R::SdlTimeSpan)</a><br />
|
135
|
+
|
136
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000028">roll_hours (SDL4R::SdlTimeSpan)</a><br />
|
137
|
+
|
138
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000031">roll_milliseconds (SDL4R::SdlTimeSpan)</a><br />
|
139
|
+
|
140
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000029">roll_minutes (SDL4R::SdlTimeSpan)</a><br />
|
141
|
+
|
142
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000030">roll_seconds (SDL4R::SdlTimeSpan)</a><br />
|
143
|
+
|
144
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000019">sec (SDL4R::SdlTimeSpan)</a><br />
|
145
|
+
|
146
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000018">seconds (SDL4R::SdlTimeSpan)</a><br />
|
147
|
+
|
148
|
+
<a href="classes/SDL4R/Tag.html#M000060">set_attribute (SDL4R::Tag)</a><br />
|
149
|
+
|
150
|
+
<a href="classes/SDL4R/Tag.html#M000066">set_attributes (SDL4R::Tag)</a><br />
|
151
|
+
|
152
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000011">sign (SDL4R::SdlTimeSpan)</a><br />
|
153
|
+
|
90
154
|
<a href="classes/SDL4R.html#M000009">to_attribute_map (SDL4R)</a><br />
|
91
|
-
|
92
|
-
<a href="classes/SDL4R/Tag.html#
|
93
|
-
|
94
|
-
<a href="classes/SDL4R/
|
95
|
-
|
96
|
-
<a href="classes/SDL4R/
|
155
|
+
|
156
|
+
<a href="classes/SDL4R/Tag.html#M000052">to_child_hash (SDL4R::Tag)</a><br />
|
157
|
+
|
158
|
+
<a href="classes/SDL4R/Tag.html#M000053">to_child_string_hash (SDL4R::Tag)</a><br />
|
159
|
+
|
160
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000036">to_s (SDL4R::SdlTimeSpan)</a><br />
|
161
|
+
|
162
|
+
<a href="classes/SDL4R/SdlBinary.html#M000087">to_s (SDL4R::SdlBinary)</a><br />
|
163
|
+
|
164
|
+
<a href="classes/SDL4R/Tag.html#M000073">to_s (SDL4R::Tag)</a><br />
|
165
|
+
|
166
|
+
<a href="classes/SDL4R/Tag.html#M000074">to_string (SDL4R::Tag)</a><br />
|
167
|
+
|
97
168
|
<a href="classes/SDL4R.html#M000007">to_value (SDL4R)</a><br />
|
169
|
+
|
98
170
|
<a href="classes/SDL4R.html#M000008">to_value_array (SDL4R)</a><br />
|
99
|
-
|
100
|
-
<a href="classes/SDL4R/
|
101
|
-
|
102
|
-
<a href="classes/SDL4R/SdlTimeSpan.html#
|
103
|
-
|
104
|
-
<a href="classes/SDL4R/SdlTimeSpan.html#
|
171
|
+
|
172
|
+
<a href="classes/SDL4R/Tag.html#M000079">to_xml_string (SDL4R::Tag)</a><br />
|
173
|
+
|
174
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000022">total_hours (SDL4R::SdlTimeSpan)</a><br />
|
175
|
+
|
176
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000025">total_milliseconds (SDL4R::SdlTimeSpan)</a><br />
|
177
|
+
|
178
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000023">total_minutes (SDL4R::SdlTimeSpan)</a><br />
|
179
|
+
|
180
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000024">total_seconds (SDL4R::SdlTimeSpan)</a><br />
|
181
|
+
|
182
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000021">usec (SDL4R::SdlTimeSpan)</a><br />
|
183
|
+
|
105
184
|
<a href="classes/SDL4R.html#M000005">validate_identifier (SDL4R)</a><br />
|
106
|
-
|
107
|
-
<a href="classes/SDL4R/Tag.html#
|
108
|
-
|
109
|
-
<a href="classes/SDL4R/Tag.html#
|
110
|
-
|
185
|
+
|
186
|
+
<a href="classes/SDL4R/Tag.html#M000045">value (SDL4R::Tag)</a><br />
|
187
|
+
|
188
|
+
<a href="classes/SDL4R/Tag.html#M000044">value= (SDL4R::Tag)</a><br />
|
189
|
+
|
190
|
+
<a href="classes/SDL4R/Tag.html#M000058">values (SDL4R::Tag)</a><br />
|
191
|
+
|
192
|
+
<a href="classes/SDL4R/Tag.html#M000059">values= (SDL4R::Tag)</a><br />
|
193
|
+
|
194
|
+
<a href="classes/SDL4R/Tag.html#M000072">write (SDL4R::Tag)</a><br />
|
195
|
+
|
111
196
|
</div>
|
112
197
|
</div>
|
113
198
|
</body>
|
114
|
-
</html>
|
199
|
+
</html>
|