Xerces 1.4.3

Package javax.xml.parsers

This package provides a Plugability mechanism to allow a compliant SAX or DOM parser to be used indipendently by an application.

See:
          Description

Class Summary
DocumentBuilder Instances of DocumentBuilder provide a mechansim for parsing XML documents into a DOM document tree represented by an org.w3c.dom.Document object.
DocumentBuilderFactory The DocumentBuilderFactory defines a factory API that enables applications to configure and obtain a parser to parse XML documents into a DOM Document tree.
SAXParser Implementation instances of the SAXParser abstract class contain an implementation of the org.xml.sax.Parser interface and enables content from a variety of sources to be parsed using the contained parser.
SAXParserFactory The SAXParserFactory defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
 

Exception Summary
ParserConfigurationException This exception is thrown if a factory cannot configure a parser given its current configuration parameters.
 

Error Summary
FactoryConfigurationError This error is thrown if there is a configuration problem when creating new factory instances.
 

Package javax.xml.parsers Description

This package provides a Plugability mechanism to allow a compliant SAX or DOM parser to be used indipendently by an application.

Version:
1.0 CVS $Revision: 1.2 $ $Date: 2000/06/02 23:42:21 $
Author:
Pierpaolo Fumagalli
Copyright:
Copyright © 2000 The Apache Software Foundation.
ATTENTION:THIS IMPLEMENTATION OF THE "JAVAX.XML.PARSER" CLASSES IS NOT THE OFFICIAL REFERENCE IMPLEMENTATION OF THE JAVA SPECIFICATION REQUEST 5 FOUND AT http://java.sun.com/aboutJava/communityprocess/jsr/jsr_005_xml.html
THIS IMPLEMENTATION IS CONFORMANT TO THE "JAVA API FOR XML PARSING" SPECIFICATION VERSION 1.0 PUBLIC RELEASE 1 BY JAMES DUNCAN DAVIDSON PUBLISHED BY SUN MICROSYSTEMS ON FEB. 18, 2000 AND FOUND AT http://java.sun.com/xml

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Xerces 1.4.3