File: DocType.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 (124 lines) | stat: -rw-r--r-- 2,061 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<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 DocType</H1>
<B>Extends </B>Parent<HR>
   Represents an XML DOCTYPE declaration; that is, the contents of &lt;!DOCTYPE ... &gt;.  DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.
  
  
  
  
  
  
  
  
  
  
<H2>Attributes</H2>
<UL>
<LI>
<A HREF="#NB">external_id</A>
</LI>
<LI>
<A HREF="#N6">name</A>
</LI>
</UL>
<H2>Methods</H2>
<UL>
<LI>
<A HREF="#N26">add_entity_sub</A>
</LI>
<LI>
<A HREF="#N14">clone</A>
</LI>
<LI>
<A HREF="#N1A">DocType</A>
</LI>
<LI>
<A HREF="#N1D">DocType</A>
</LI>
<LI>
<A HREF="#N20">DocType</A>
</LI>
<LI>
<A HREF="#N10">initialize</A>
</LI>
<LI>
<A HREF="#N23">parse_entities</A>
</LI>
<LI>
<A HREF="#N17">write</A>
</LI>
</UL>
<HR>
<H2>Attributes</H2>
<DIV CLASS="attributes">
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>external_id</B> (reader)
			
     name is the name of the doctype external_id is the referenced DTD, if given
  </DIV>
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>name</B> (reader)
			
     name is the name of the doctype external_id is the referenced DTD, if given
  </DIV>
</DIV>
<H2>Methods</H2>
<DIV CLASS="method">
<A NAME="N26">
<H3>add_entity_sub</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N14">
<H3>clone</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N1A">
<H3>DocType</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N1D">
<H3>DocType</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N20">
<H3>DocType</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N10">
<H3>initialize</H3>
</A>
<HR>
     Constructor 
  </DIV>
<DIV CLASS="method">
<A NAME="N23">
<H3>parse_entities</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N17">
<H3>write</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>