1 |
14
|
jones
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
2 |
|
|
<!--NewPage-->
|
3 |
|
|
<html>
|
4 |
|
|
<head>
|
5 |
|
|
<!-- Generated by javadoc on Fri Sep 24 03:23:03 CEST 1999 -->
|
6 |
|
|
<title>
|
7 |
|
|
Class de.tudarmstadt.ito.schemas.converters.DTDToDDML
|
8 |
|
|
</title>
|
9 |
|
|
</head>
|
10 |
|
|
<body>
|
11 |
|
|
<a name="_top_"></a>
|
12 |
|
|
<pre>
|
13 |
|
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.schemas.converters.html">This Package</a> <a href="de.tudarmstadt.ito.schemas.converters.DDMLToDTD.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.schemas.converters.SubsetToDTD.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
14 |
|
|
<hr>
|
15 |
|
|
<h1>
|
16 |
|
|
Class de.tudarmstadt.ito.schemas.converters.DTDToDDML
|
17 |
|
|
</h1>
|
18 |
|
|
<pre>
|
19 |
|
|
java.lang.Object
|
20 |
|
|
|
|
21 |
|
|
+----<a href="de.tudarmstadt.ito.utils.XMLOutputStream.html#_top_">de.tudarmstadt.ito.utils.XMLOutputStream</a>
|
22 |
|
|
|
|
23 |
|
|
+----de.tudarmstadt.ito.schemas.converters.DTDToDDML
|
24 |
|
|
</pre>
|
25 |
|
|
<hr>
|
26 |
|
|
<dl>
|
27 |
|
|
<dt> public class <b>DTDToDDML</b>
|
28 |
|
|
<dt> extends <a href="de.tudarmstadt.ito.utils.XMLOutputStream.html#_top_">XMLOutputStream</a>
|
29 |
|
|
</dl>
|
30 |
|
|
Converts a DTD object to an OutputStream representing a DDML document.
|
31 |
|
|
<p>
|
32 |
|
|
<hr>
|
33 |
|
|
<a name="index"></a>
|
34 |
|
|
<h2>
|
35 |
|
|
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
|
36 |
|
|
</h2>
|
37 |
|
|
<dl>
|
38 |
|
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
39 |
|
|
<a href="#DTDToDDML()"><b>DTDToDDML</b></a>()
|
40 |
|
|
<dd>
|
41 |
|
|
</dl>
|
42 |
|
|
<h2>
|
43 |
|
|
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
|
44 |
|
|
</h2>
|
45 |
|
|
<dl>
|
46 |
|
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
47 |
|
|
<a href="#convert(de.tudarmstadt.ito.schemas.dtd.DTD, java.io.OutputStream, boolean, int)"><b>convert</b></a>(DTD, OutputStream, boolean, int)
|
48 |
|
|
<dd> Convert a DTD object to an OutputStream representing a DDML document.
|
49 |
|
|
</dl>
|
50 |
|
|
<a name="constructors"></a>
|
51 |
|
|
<h2>
|
52 |
|
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
53 |
|
|
</h2>
|
54 |
|
|
<a name="DTDToDDML"></a>
|
55 |
|
|
<a name="DTDToDDML()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
56 |
|
|
<b>DTDToDDML</b>
|
57 |
|
|
<pre>
|
58 |
|
|
public DTDToDDML()
|
59 |
|
|
</pre>
|
60 |
|
|
<a name="methods"></a>
|
61 |
|
|
<h2>
|
62 |
|
|
<img src="images/methods.gif" width=151 height=38 alt="Methods">
|
63 |
|
|
</h2>
|
64 |
|
|
<a name="convert(de.tudarmstadt.ito.schemas.dtd.DTD, java.io.OutputStream, boolean, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
65 |
|
|
<a name="convert"><b>convert</b></a>
|
66 |
|
|
<pre>
|
67 |
|
|
public void convert(<a href="de.tudarmstadt.ito.schemas.dtd.DTD.html#_top_">DTD</a> dtd,
|
68 |
|
|
OutputStream out,
|
69 |
|
|
boolean pretty,
|
70 |
|
|
int indent) throws IOException
|
71 |
|
|
</pre>
|
72 |
|
|
<dl>
|
73 |
|
|
<dd> Convert a DTD object to an OutputStream representing a DDML document.
|
74 |
|
|
<p>
|
75 |
|
|
<dd><dl>
|
76 |
|
|
<dt> <b>Parameters:</b>
|
77 |
|
|
<dd> dtd - The DTD.
|
78 |
|
|
<dd> out - The OutputStream.
|
79 |
|
|
<dd> pretty - Whether to perform pretty-printing.
|
80 |
|
|
<dd> indent - Number of space to indent each element from its parent
|
81 |
|
|
when pretty-printing.
|
82 |
|
|
</dl></dd>
|
83 |
|
|
</dl>
|
84 |
|
|
<hr>
|
85 |
|
|
<pre>
|
86 |
|
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.schemas.converters.html">This Package</a> <a href="de.tudarmstadt.ito.schemas.converters.DDMLToDTD.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.schemas.converters.SubsetToDTD.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
87 |
|
|
</body>
|
88 |
|
|
</html>
|