Uses of Package
javax.xml.parsers
Package
Description
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
-
ClassDescriptionDefines the API to obtain DOM Document instances from an XML document.Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.Indicates a serious configuration error.Defines the API that wraps an
XMLReader
implementation class.Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.