12005
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
|
|
4 |
Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
|
|
5 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
6 |
|
|
7 |
This code is free software; you can redistribute it and/or modify it
|
|
8 |
under the terms of the GNU General Public License version 2 only, as
|
|
9 |
published by the Free Software Foundation. Oracle designates this
|
|
10 |
particular file as subject to the "Classpath" exception as provided
|
|
11 |
by Oracle in the LICENSE file that accompanied this code.
|
|
12 |
|
|
13 |
This code is distributed in the hope that it will be useful, but WITHOUT
|
|
14 |
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
15 |
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
16 |
version 2 for more details (a copy is included in the LICENSE file that
|
|
17 |
accompanied this code).
|
|
18 |
|
|
19 |
You should have received a copy of the GNU General Public License version
|
|
20 |
2 along with this work; if not, write to the Free Software Foundation,
|
|
21 |
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
22 |
|
|
23 |
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
24 |
or visit www.oracle.com if you need additional information or have any
|
|
25 |
questions.
|
|
26 |
|
|
27 |
-->
|
|
28 |
|
|
29 |
<!DOCTYPE html
|
|
30 |
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
31 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
32 |
|
|
33 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
34 |
<head>
|
|
35 |
<title>javax.xml.transform.stax</title>
|
|
36 |
|
|
37 |
<meta name="CVS"
|
|
38 |
content="$Id: package.html,v 1.2 2005/11/03 19:34:28 jeffsuttor Exp $" />
|
|
39 |
<meta name="AUTHOR"
|
|
40 |
content="Jeff.Suttor@Sun.com" />
|
|
41 |
<meta name="AUTHOR"
|
|
42 |
content="Neeraj.Bajaj@Sun.com" />
|
|
43 |
</head>
|
|
44 |
<body>
|
|
45 |
<p>
|
|
46 |
Provides for StAX-specific transformation APIs.
|
|
47 |
TODO: better description(s).
|
|
48 |
</p>
|
|
49 |
|
|
50 |
<h2>Package Specification</h2>
|
|
51 |
<ul>
|
|
52 |
<li><a href="http://jcp.org/en/jsr/detail?id=173">JSR 173: Streaming API for XML</a></li>
|
|
53 |
</ul>
|
|
54 |
|
|
55 |
<h2>Related Documentation</h2>
|
|
56 |
|
|
57 |
<p>For overviews, tutorials, examples, guides, and tool documentation, please see:</p>
|
|
58 |
<ul>
|
|
59 |
<li><a href="">TODO: Refer to non-spec documentation</a></li>
|
|
60 |
</ul>
|
|
61 |
|
|
62 |
<!-- Put @see and @since tags down here. -->
|
|
63 |
<ul>
|
|
64 |
<li>@see XMLStreamReader</li>
|
|
65 |
<li>@see XMLEventReader</li>
|
|
66 |
</ul>
|
|
67 |
|
|
68 |
<p>
|
|
69 |
@since 1.6
|
|
70 |
</p>
|
|
71 |
|
|
72 |
</body>
|
|
73 |
</html>
|