jaxp/src/share/classes/javax/xml/parsers/package.html
author jjg
Thu, 19 Jun 2008 15:52:31 -0700
changeset 811 687d51cb403b
parent 6 7f561c08de6b
permissions -rw-r--r--
6716866: some javac regression tests fail to compile with re-orged file manager Reviewed-by: darcy
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
Copyright 2000-2005 Sun Microsystems, Inc.  All Rights Reserved.
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
This code is free software; you can redistribute it and/or modify it
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
under the terms of the GNU General Public License version 2 only, as
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
published by the Free Software Foundation.  Sun designates this
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
particular file as subject to the "Classpath" exception as provided
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
by Sun in the LICENSE file that accompanied this code.
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
This code is distributed in the hope that it will be useful, but WITHOUT
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
version 2 for more details (a copy is included in the LICENSE file that
7f561c08de6b Initial load
duke
parents:
diff changeset
    16
accompanied this code).
7f561c08de6b Initial load
duke
parents:
diff changeset
    17
7f561c08de6b Initial load
duke
parents:
diff changeset
    18
You should have received a copy of the GNU General Public License version
7f561c08de6b Initial load
duke
parents:
diff changeset
    19
2 along with this work; if not, write to the Free Software Foundation,
7f561c08de6b Initial load
duke
parents:
diff changeset
    20
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
7f561c08de6b Initial load
duke
parents:
diff changeset
    21
7f561c08de6b Initial load
duke
parents:
diff changeset
    22
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
7f561c08de6b Initial load
duke
parents:
diff changeset
    23
CA 95054 USA or visit www.sun.com if you need additional information or
7f561c08de6b Initial load
duke
parents:
diff changeset
    24
have any questions.
7f561c08de6b Initial load
duke
parents:
diff changeset
    25
-->
7f561c08de6b Initial load
duke
parents:
diff changeset
    26
7f561c08de6b Initial load
duke
parents:
diff changeset
    27
<!DOCTYPE html
7f561c08de6b Initial load
duke
parents:
diff changeset
    28
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
7f561c08de6b Initial load
duke
parents:
diff changeset
    29
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7f561c08de6b Initial load
duke
parents:
diff changeset
    30
7f561c08de6b Initial load
duke
parents:
diff changeset
    31
<html xmlns="http://www.w3.org/1999/xhtml">
7f561c08de6b Initial load
duke
parents:
diff changeset
    32
7f561c08de6b Initial load
duke
parents:
diff changeset
    33
<head>
7f561c08de6b Initial load
duke
parents:
diff changeset
    34
  <title>javax.xml.parsers</title>
7f561c08de6b Initial load
duke
parents:
diff changeset
    35
7f561c08de6b Initial load
duke
parents:
diff changeset
    36
  <meta name="CVS"
7f561c08de6b Initial load
duke
parents:
diff changeset
    37
        content="$Id: package.html,v 1.2 2005/06/10 03:50:29 jeffsuttor Exp $" />
7f561c08de6b Initial load
duke
parents:
diff changeset
    38
  <meta name="AUTHOR"
7f561c08de6b Initial load
duke
parents:
diff changeset
    39
        content="Jeff.Suttor@Sun.com" />
7f561c08de6b Initial load
duke
parents:
diff changeset
    40
</head>
7f561c08de6b Initial load
duke
parents:
diff changeset
    41
<body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    42
	<p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    43
		Provides classes allowing the processing of XML documents. Two types
7f561c08de6b Initial load
duke
parents:
diff changeset
    44
		of plugable parsers are supported:
7f561c08de6b Initial load
duke
parents:
diff changeset
    45
	</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    46
	<ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    47
		<li>SAX (Simple API for XML)</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    48
		<li>DOM (Document Object Model)</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    49
	</ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    50
</body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    51
</html>