Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.

JSR 172

Package org.xml.sax

This package provides the Java ME SAX API subset defined by JSR 172.

See:
          Description

Interface Summary
Attributes Interface for a list of XML attributes.
Locator Interface for associating a SAX event with a document location.
 

Class Summary
InputSource A single input source for an XML entity.
 

Exception Summary
SAXException Encapsulate a general SAX error or warning.
SAXNotRecognizedException Exception class for an unrecognized identifier.
SAXNotSupportedException Exception class for an unsupported operation.
SAXParseException Encapsulate an XML parse error or warning.
 

Package org.xml.sax Description

This package provides the Java ME SAX API subset defined by JSR 172. The JSR 172 subset excludes deprecated SAX1 APIs as well as some SAX2 APIs not essential for Java ME.
Note also that this code is based on the open source SAX APIs:

This package, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See http://www.saxproject.org for further information.


JSR 172

Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 172 specification.