jaxp/src/share/classes/javax/xml/transform/stax/package.html
changeset 6 7f561c08de6b
equal deleted inserted replaced
0:fd16c54261b3 6:7f561c08de6b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3 
       
     4 Copyright 2005-2006 Sun Microsystems, Inc.  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.  Sun designates this
       
    10 particular file as subject to the "Classpath" exception as provided
       
    11 by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
       
    24 CA 95054 USA or visit www.sun.com if you need additional information or
       
    25 have any 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>