File: void.sgm

package info (click to toggle)
docbook-doc 30d10-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 10,104 kB
  • ctags: 2
  • sloc: makefile: 34
file content (97 lines) | stat: -rw-r--r-- 2,080 bytes parent folder | download | duplicates (8)
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
<RefEntry ID="dbre.elem.Void">
<!-- Created by DTDParseRefentry version 0.94 -->
<!-- Consult http://www.ora.com/homepages/dtdparse/ -->
<!-- for more information. -->

<![ %dbre.ms.refmeta [
<RefMeta>
<IndexTerm><Primary>Void Element</Primary></IndexTerm>
<RefEntryTitle>Void</RefEntryTitle>
<RefMiscInfo>Element</RefMiscInfo>
</RefMeta>
]]>

<RefNameDiv>
<RefName>Void</RefName>
<RefPurpose>
Empty element, part of FuncSynopsis,
that indicates that the Function in question
takes no arguments
</RefPurpose>
</RefNameDiv>

<![ %dbre.ms.refsynopsisdiv [
<RefSynopsisDiv><Title>Content Model</Title>
<Synopsis>
  EMPTY
</Synopsis>

<![ %dbre.ms.refsynopsisdiv.attr [
<RefSect2><Title>Attributes</Title>
<Para>
This element has <link linkend="dbre.x.common">common</link> and <link linkend="dbre.x.role"><sgmltag class=attribute>Role</></link> attributes.
</Para>
</RefSect2>
]]>

<![ %dbre.ms.refsynopsisdiv.tagmin [
<RefSect2><Title>Tag Minimization</Title>
<Para>
The start-tag is required for this element.  The end-tag is optional, if your SGML declaration allows minimization.
</Para>
</RefSect2>
]]>

</RefSynopsisDiv>
]]>

<![ %dbre.ms.description [
<RefSect1><Title>Description</Title>
<para>Empty element, part of FuncSynopsis,
that indicates that the Function in question
takes no arguments.  The string "(void)"
should be output.  See <emphasis>VarArgs.</emphasis>
It has common attributes.
</para>


<![ %dbre.ms.description.parents [
<RefSect2><Title>Parents</Title>
<Para>
These elements contain Void:
<SimpleList Type=Inline>
<Member><Link LinkEnd="dbre.elem.FuncPrototype">FuncPrototype</Link></Member>
<Member><Link LinkEnd="dbre.elem.FuncSynopsis">FuncSynopsis</Link></Member>
</SimpleList>.
</Para>

</RefSect2>
]]>

<![ %dbre.ms.description.children [
]]>


</RefSect1>
]]>

<![ %dbre.ms.examples [
<RefSect1><Title>Examples</Title>
<programlisting>
<![ CDATA [
<FUNCSYNOPSIS>
<FUNCSYNOPSISINFO>TODO TBS
</FUNCSYNOPSISINFO>
<FUNCPROTOTYPE>
<FUNCDEF>TODO TBS
</FUNCDEF>
<VOID>
</FUNCPROTOTYPE>
</FUNCSYNOPSIS>
]]>
</programlisting>

</RefSect1>
]]>

</RefEntry>