JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Module
java.xml
Package javax.xml
package
javax.xml
Defines constants for XML processing.
Since:
1.5
Related Packages
Module
Package
Description
java.xml
javax.xml.catalog
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005
.
java.xml.crypto
javax.xml.crypto
Common classes for XML cryptography.
java.xml
javax.xml.datatype
Defines XML/Java Type Mappings.
java.xml
javax.xml.namespace
Defines XML Namespace processing.
java.xml
javax.xml.parsers
Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.
java.xml
javax.xml.stream
Defines interfaces and classes for the Streaming API for XML (StAX).
java.xml
javax.xml.transform
Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
java.xml
javax.xml.validation
Provides an API for validation of XML documents.
java.xml
javax.xml.xpath
Provides an
object-model neutral
API for the evaluation of XPath expressions and access to the evaluation environment.
Classes
Class
Description
XMLConstants
Defines constants for XML Processing APIs.