package.html revision 286
0N/A<?xml version="1.0" encoding="UTF-8"?>
2362N/A<!--
0N/ACopyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
0N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/AThis code is free software; you can redistribute it and/or modify it
0N/Aunder the terms of the GNU General Public License version 2 only, as
0N/Apublished by the Free Software Foundation. Oracle designates this
0N/Aparticular file as subject to the "Classpath" exception as provided
0N/Aby Oracle in the LICENSE file that accompanied this code.
0N/A
0N/AThis code is distributed in the hope that it will be useful, but WITHOUT
0N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/Aversion 2 for more details (a copy is included in the LICENSE file that
0N/Aaccompanied this code).
0N/A
0N/AYou should have received a copy of the GNU General Public License version
2362N/A2 along with this work; if not, write to the Free Software Foundation,
2362N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2362N/A
0N/APlease contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0N/Aor visit www.oracle.com if you need additional information or have any
0N/Aquestions.
0N/A-->
0N/A
0N/A<!DOCTYPE html
0N/A PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
0N/A "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4638N/A
0N/A<html xmlns="http://www.w3.org/1999/xhtml">
0N/A
0N/A<head>
1486N/A <title>javax.xml.parsers</title>
1486N/A
1486N/A <meta name="CVS"
1486N/A content="$Id: package.html,v 1.2 2005/06/10 03:50:29 jeffsuttor Exp $" />
0N/A <meta name="AUTHOR"
0N/A content="Jeff.Suttor@Sun.com" />
0N/A</head>
0N/A<body>
0N/A <p>
0N/A Provides classes allowing the processing of XML documents. Two types
0N/A of plugable parsers are supported:
0N/A </p>
0N/A <ul>
0N/A <li>SAX (Simple API for XML)</li>
0N/A <li>DOM (Document Object Model)</li>
0N/A </ul>
0N/A</body>
0N/A</html>
0N/A