|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.xml.parsers | |
javax.xml.parsers | This package provides a pluggability mechanism to allow a compliant SAX or DOM parser to be used independently by an application. |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
Classes in javax.xml.parsers used by javax.xml.parsersDocumentBuilder
|
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.ParserConfigurationException
|
This exception is thrown if a factory cannot configure a parser given its current configuration parameters. 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. |
Classes in javax.xml.parsers used by org.apache.traxParserConfigurationException
|
This exception is thrown if a factory cannot configure a parser given its current configuration parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |