jaxp/src/share/classes/javax/xml/transform/stax/package.html
author jrose
Wed, 04 Mar 2009 09:58:39 -0800
changeset 2148 09c7f703773b
parent 6 7f561c08de6b
permissions -rw-r--r--
6812678: macro assembler needs delayed binding of a few constants (for 6655638) Summary: minor assembler enhancements preparing for method handles Reviewed-by: kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
<!--
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
This code is free software; you can redistribute it and/or modify it
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
under the terms of the GNU General Public License version 2 only, as
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
published by the Free Software Foundation.  Sun designates this
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
particular file as subject to the "Classpath" exception as provided
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
by Sun in the LICENSE file that accompanied this code.
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
This code is distributed in the hope that it will be useful, but WITHOUT
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
7f561c08de6b Initial load
duke
parents:
diff changeset
    16
version 2 for more details (a copy is included in the LICENSE file that
7f561c08de6b Initial load
duke
parents:
diff changeset
    17
accompanied this code).
7f561c08de6b Initial load
duke
parents:
diff changeset
    18
7f561c08de6b Initial load
duke
parents:
diff changeset
    19
You should have received a copy of the GNU General Public License version
7f561c08de6b Initial load
duke
parents:
diff changeset
    20
2 along with this work; if not, write to the Free Software Foundation,
7f561c08de6b Initial load
duke
parents:
diff changeset
    21
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
7f561c08de6b Initial load
duke
parents:
diff changeset
    22
7f561c08de6b Initial load
duke
parents:
diff changeset
    23
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
7f561c08de6b Initial load
duke
parents:
diff changeset
    24
CA 95054 USA or visit www.sun.com if you need additional information or
7f561c08de6b Initial load
duke
parents:
diff changeset
    25
have any questions.
7f561c08de6b Initial load
duke
parents:
diff changeset
    26
7f561c08de6b Initial load
duke
parents:
diff changeset
    27
-->
7f561c08de6b Initial load
duke
parents:
diff changeset
    28
7f561c08de6b Initial load
duke
parents:
diff changeset
    29
<!DOCTYPE html
7f561c08de6b Initial load
duke
parents:
diff changeset
    30
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
7f561c08de6b Initial load
duke
parents:
diff changeset
    31
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7f561c08de6b Initial load
duke
parents:
diff changeset
    32
7f561c08de6b Initial load
duke
parents:
diff changeset
    33
<html xmlns="http://www.w3.org/1999/xhtml">
7f561c08de6b Initial load
duke
parents:
diff changeset
    34
	<head>
7f561c08de6b Initial load
duke
parents:
diff changeset
    35
		<title>javax.xml.transform.stax</title>
7f561c08de6b Initial load
duke
parents:
diff changeset
    36
7f561c08de6b Initial load
duke
parents:
diff changeset
    37
		<meta name="CVS"
7f561c08de6b Initial load
duke
parents:
diff changeset
    38
			content="$Id: package.html,v 1.2 2005/11/03 19:34:28 jeffsuttor Exp $" />
7f561c08de6b Initial load
duke
parents:
diff changeset
    39
		<meta name="AUTHOR"
7f561c08de6b Initial load
duke
parents:
diff changeset
    40
			content="Jeff.Suttor@Sun.com" />
7f561c08de6b Initial load
duke
parents:
diff changeset
    41
		<meta name="AUTHOR"
7f561c08de6b Initial load
duke
parents:
diff changeset
    42
			content="Neeraj.Bajaj@Sun.com" />
7f561c08de6b Initial load
duke
parents:
diff changeset
    43
	</head>
7f561c08de6b Initial load
duke
parents:
diff changeset
    44
	<body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    45
		<p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    46
			Provides for StAX-specific transformation APIs.
7f561c08de6b Initial load
duke
parents:
diff changeset
    47
			TODO: better description(s).
7f561c08de6b Initial load
duke
parents:
diff changeset
    48
		</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    49
7f561c08de6b Initial load
duke
parents:
diff changeset
    50
		<h2>Package Specification</h2>
7f561c08de6b Initial load
duke
parents:
diff changeset
    51
		<ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    52
			<li><a href="http://jcp.org/en/jsr/detail?id=173">JSR 173: Streaming API for XML</a></li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    53
		</ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    54
7f561c08de6b Initial load
duke
parents:
diff changeset
    55
		<h2>Related Documentation</h2>
7f561c08de6b Initial load
duke
parents:
diff changeset
    56
7f561c08de6b Initial load
duke
parents:
diff changeset
    57
		<p>For overviews, tutorials, examples, guides, and tool documentation, please see:</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    58
		<ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    59
			<li><a href="">TODO: Refer to non-spec documentation</a></li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    60
		</ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    61
7f561c08de6b Initial load
duke
parents:
diff changeset
    62
		<!-- Put @see and @since tags down here. -->
7f561c08de6b Initial load
duke
parents:
diff changeset
    63
		<ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    64
			<li>@see XMLStreamReader</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    65
			<li>@see XMLEventReader</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    66
		</ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    67
		
7f561c08de6b Initial load
duke
parents:
diff changeset
    68
		<p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    69
			@since 1.6
7f561c08de6b Initial load
duke
parents:
diff changeset
    70
		</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    71
7f561c08de6b Initial load
duke
parents:
diff changeset
    72
	</body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    73
</html>