Cross Reference: package.html
xref
: /
openjdk7
/
jaxp
/
src
/
javax
/
xml
/
transform
/
stax
/
package.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
286
N/A
<?
xml
version=
"1.0"
encoding=
"UTF-8"
?>
286
N/A
<!--
286
N/A
286
N/A
Copyright (c) 2005, 2006, Oracle
and
/
or
its affiliates. All rights reserved.
286
N/A
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
286
N/A
286
N/A
This code is free software; you can redistribute it
and
/
or
modify it
286
N/A
under the terms of the GNU General Public License version 2 only, as
286
N/A
published by the Free Software Foundation. Oracle designates this
286
N/A
particular file as subject to the "Classpath" exception as provided
286
N/A
by Oracle in the LICENSE file that accompanied this code.
286
N/A
286
N/A
This code is distributed in the hope that it will be useful, but WITHOUT
286
N/A
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
286
N/A
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
286
N/A
version 2 for more details (a copy is included in the LICENSE file that
286
N/A
accompanied this code).
286
N/A
286
N/A
You should have received a copy of the GNU General Public License version
286
N/A
2 along with this work; if not, write to the Free Software Foundation,
286
N/A
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
286
N/A
286
N/A
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
286
N/A
or visit
www.oracle.com
if you need additional information or have any
286
N/A
questions.
286
N/A
286
N/A
-->
286
N/A
286
N/A
<!
DOCTYPE
html
286
N/A
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
286
N/A
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
"
>
286
N/A
286
N/A
<
html
xmlns=
"
http://www.w3.org/1999/xhtml
"
>
286
N/A
<
head
>
286
N/A
<
title
>
javax.xml.transform.stax
</
title
>
286
N/A
286
N/A
<
meta
name=
"CVS"
286
N/A
content=
"$Id:
package.html
,v 1.2
2005
/
11
/
03
19:34:28 jeffsuttor Exp $"
/>
286
N/A
<
meta
name=
"AUTHOR"
286
N/A
content=
"Jeff.Suttor@Sun.com"
/>
286
N/A
<
meta
name=
"AUTHOR"
286
N/A
content=
"Neeraj.Bajaj@Sun.com"
/>
286
N/A
</
head
>
286
N/A
<
body
>
286
N/A
<
p
>
286
N/A
Provides for StAX-specific transformation APIs.
286
N/A
TODO: better description(s).
286
N/A
</
p
>
286
N/A
286
N/A
<
h2
>Package Specification</
h2
>
286
N/A
<
ul
>
286
N/A
<
li
><
a
href=
"
http://jcp.org/en/jsr/detail?id=173
"
>JSR 173: Streaming API for XML</
a
></
li
>
286
N/A
</
ul
>
286
N/A
286
N/A
<
h2
>Related Documentation</
h2
>
286
N/A
286
N/A
<
p
>For overviews, tutorials, examples, guides, and tool documentation, please see:</
p
>
286
N/A
<
ul
>
286
N/A
<
li
><
a
href=
""
>TODO: Refer to non-spec documentation</
a
></
li
>
286
N/A
</
ul
>
286
N/A
286
N/A
<!-- Put @see and @since tags down here. -->
286
N/A
<
ul
>
286
N/A
<
li
>@see XMLStreamReader</
li
>
286
N/A
<
li
>@see XMLEventReader</
li
>
286
N/A
</
ul
>
286
N/A
286
N/A
<
p
>
286
N/A
@since 1.6
286
N/A
</
p
>
286
N/A
286
N/A
</
body
>
286
N/A
</
html
>