286N/A<?
xml version="1.0" encoding="UTF-8"?>
286N/ACopyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. 286N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 286N/AThis code is free software; you can redistribute it and/or modify it 286N/Aunder the terms of the GNU General Public License version 2 only, as 286N/Apublished by the Free Software Foundation. Oracle designates this 286N/Aparticular file as subject to the "Classpath" exception as provided 286N/Aby Oracle in the LICENSE file that accompanied this code. 286N/AThis code is distributed in the hope that it will be useful, but WITHOUT 286N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 286N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 286N/Aversion 2 for more details (a copy is included in the LICENSE file that 286N/AYou should have received a copy of the GNU General Public License version 286N/A2 along with this work; if not, write to the Free Software Foundation, 286N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 286N/APlease contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 286N/A PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 286N/A content="Jeff.Suttor@Sun.com" />
286N/A Provides classes allowing the processing of XML documents. Two types
286N/A of plugable parsers are supported:
286N/A <
li>SAX (Simple API for XML)</
li>
286N/A <
li>DOM (Document Object Model)</
li>