1
|
<!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
|
Interface de.tudarmstadt.ito.domutils.DocumentFactory
|
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.domutils.html">This Package</a> <a href="Package-de.tudarmstadt.ito.domutils.html">Previous</a> <a href="de.tudarmstadt.ito.domutils.NameQualifier.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
14
|
<hr>
|
15
|
<h1>
|
16
|
Interface de.tudarmstadt.ito.domutils.DocumentFactory
|
17
|
</h1>
|
18
|
<dl>
|
19
|
<dt> public interface <b>DocumentFactory</b>
|
20
|
</dl>
|
21
|
Interface to encapsulate DOM Document creation.
|
22
|
<p>
|
23
|
<hr>
|
24
|
<a name="index"></a>
|
25
|
<h2>
|
26
|
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
|
27
|
</h2>
|
28
|
<dl>
|
29
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
30
|
<a href="#createDocument()"><b>createDocument</b></a>()
|
31
|
<dd> Create an empty DOM Document.
|
32
|
</dl>
|
33
|
<a name="methods"></a>
|
34
|
<h2>
|
35
|
<img src="images/methods.gif" width=151 height=38 alt="Methods">
|
36
|
</h2>
|
37
|
<a name="createDocument()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
38
|
<a name="createDocument"><b>createDocument</b></a>
|
39
|
<pre>
|
40
|
public abstract Document createDocument() throws <a href="de.tudarmstadt.ito.domutils.DocumentFactoryException.html#_top_">DocumentFactoryException</a>
|
41
|
</pre>
|
42
|
<dl>
|
43
|
<dd> Create an empty DOM Document.
|
44
|
<p>
|
45
|
<dd><dl>
|
46
|
<dt> <b>Returns:</b>
|
47
|
<dd> The newly created Document.
|
48
|
<dt> <b>Throws:</b> <a href="de.tudarmstadt.ito.domutils.DocumentFactoryException.html#_top_">DocumentFactoryException</a>
|
49
|
<dd> Thrown if an error occurs while
|
50
|
creating the Document.
|
51
|
</dl></dd>
|
52
|
</dl>
|
53
|
<hr>
|
54
|
<pre>
|
55
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.domutils.html">This Package</a> <a href="Package-de.tudarmstadt.ito.domutils.html">Previous</a> <a href="de.tudarmstadt.ito.domutils.NameQualifier.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
56
|
</body>
|
57
|
</html>
|