Uses of Package
javax.xml.parsers

Packages that use javax.xml.parsers
javax.xml.parsers   
org.apache.mirae.j2me.xml   
 

Classes in javax.xml.parsers used by javax.xml.parsers
FactoryConfigurationError
          Thrown when a problem with configuration with the Parser Factories exists.
ParserConfigurationException
          Indicates a serious configuration error.
SAXParser
          Defines the API that wraps an XMLReader implementation class.
SAXParserFactory
          Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
 

Classes in javax.xml.parsers used by org.apache.mirae.j2me.xml
ParserConfigurationException
          Indicates a serious configuration error.
SAXParser
          Defines the API that wraps an XMLReader implementation class.
SAXParserFactory
          Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.