Project

General

Profile

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
  Class de.tudarmstadt.ito.xmldbms.OrderInfo
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.xmldbms.html">This Package</a>  <a href="de.tudarmstadt.ito.xmldbms.Map.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.xmldbms.PropertyMap.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.xmldbms.OrderInfo
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----de.tudarmstadt.ito.xmldbms.OrderInfo
22
</pre>
23
<hr>
24
<dl>
25
  <dt> public class <b>OrderInfo</b>
26
  <dt> extends Object
27
</dl>
28
Contains information about an order column;
29
 <A HREF="../readme.html#NotForUse"> not for general use</A>.
30
 <P>Order occurs in two places in an XML document: the order of child
31
 elements and PCDATA in a parent element, and the order of values in
32
 multi-valued attributes (IDREFS, NMTOKENS, and ENTITIES). XML-DBMS can
33
 save information about this in a column, which is then used when
34
 constructing an XML document. Whether this order information is used
35
 depends on the mapping: for many documents, especially data-centric
36
 documents, order is unimportant and there is no order column.</P>
37
<p>
38
<hr>
39
<a name="index"></a>
40
<h2>
41
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
42
</h2>
43
<dl>
44
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
45
	<a href="#generateOrder"><b>generateOrder</b></a>
46
  <dd> Whether to generate the order information.
47
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
48
	<a href="#orderColumn"><b>orderColumn</b></a>
49
  <dd> Column object for the order column.
50
</dl>
51
<h2>
52
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
53
</h2>
54
<dl>
55
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
56
	<a href="#OrderInfo()"><b>OrderInfo</b></a>()
57
  <dd> 
58
</dl>
59
<a name="variables"></a>
60
<h2>
61
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
62
</h2>
63
<a name="orderColumn"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
64
<b>orderColumn</b>
65
<pre>
66
 public <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> orderColumn
67
</pre>
68
<dl>
69
  <dd> Column object for the order column.<p>
70
</dl>
71
<a name="generateOrder"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
72
<b>generateOrder</b>
73
<pre>
74
 public boolean generateOrder
75
</pre>
76
<dl>
77
  <dd> Whether to generate the order information.<p>
78
</dl>
79
<a name="constructors"></a>
80
<h2>
81
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
82
</h2>
83
<a name="OrderInfo"></a>
84
<a name="OrderInfo()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
85
<b>OrderInfo</b>
86
<pre>
87
 public OrderInfo()
88
</pre>
89
<hr>
90
<pre>
91
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-de.tudarmstadt.ito.xmldbms.html">This Package</a>  <a href="de.tudarmstadt.ito.xmldbms.Map.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.xmldbms.PropertyMap.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
92
</body>
93
</html>
(60-60/72)