Module | Description |
---|---|
java.base |
Defines the foundational APIs of the Java SE Platform.
|
Package | Module | Description |
---|---|---|
javax.xml | All Modules | |
javax.xml.catalog | All Modules |
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
|
javax.xml.datatype | All Modules |
XML/Java Type Mappings.
|
javax.xml.namespace | All Modules |
XML Namespace processing.
|
javax.xml.parsers | All Modules |
Provides classes allowing the processing of XML documents.
|
javax.xml.stream | All Modules | |
javax.xml.stream.events | All Modules | |
javax.xml.stream.util | All Modules | |
javax.xml.transform | All Modules |
This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result.
|
javax.xml.transform.dom | All Modules |
This package implements DOM-specific transformation APIs.
|
javax.xml.transform.sax | All Modules |
This package implements SAX2-specific transformation APIs.
|
javax.xml.transform.stax | All Modules |
Provides for StAX-specific transformation APIs.
|
javax.xml.transform.stream | All Modules |
This package implements stream- and URI- specific transformation APIs.
|
javax.xml.validation | All Modules |
This package provides an API for validation of XML documents.
|
javax.xml.xpath | All Modules |
This package provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
|
org.w3c.dom | All Modules |
Provides the interfaces for the Document Object Model (DOM).
|
org.w3c.dom.bootstrap | All Modules | |
org.w3c.dom.events | All Modules | |
org.w3c.dom.ls | All Modules | |
org.w3c.dom.ranges | All Modules |
Document Object Model Level 2 Traversal and Range is a
platform and language-neutral interfaces that allow programs
and scripts to dynamically traverse and identify a range of
content in a document.
|
org.w3c.dom.traversal | All Modules | |
org.w3c.dom.views | All Modules | |
org.xml.sax | All Modules |
This package provides the core SAX APIs.
|
org.xml.sax.ext | All Modules |
This package contains interfaces to SAX2 facilities that
conformant SAX drivers won't necessarily support.
|
org.xml.sax.helpers | All Modules |
This package contains "helper" classes, including
support for bootstrapping SAX-based applications.
|
com.sun.org.apache.xerces.internal.dom | java.xml.ws | |
com.sun.org.apache.xerces.internal.jaxp | java.xml.ws | |
com.sun.org.apache.xerces.internal.util | java.xml.ws | |
com.sun.org.apache.xml.internal.dtm | java.xml.crypto | |
com.sun.org.apache.xml.internal.utils | java.xml.crypto |
Implementation of Xalan utility classes.
|
com.sun.org.apache.xpath.internal | java.xml.crypto |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
com.sun.org.apache.xpath.internal.compiler | java.xml.crypto |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
com.sun.org.apache.xpath.internal.functions | java.xml.crypto |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
com.sun.org.apache.xpath.internal.objects | java.xml.crypto |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
com.sun.org.apache.xpath.internal.res | java.xml.crypto |
Contains strings for XPath support that require internationalization.
|
com.sun.xml.internal.stream.writers | java.xml.ws |
Type | Description |
---|---|
DatatypeFactory |
Factory that creates new
javax.xml.datatype Object s that map XML to/from Java Object s. |
DocumentBuilderFactory |
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
|
SAXParserFactory |
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
|
XMLEventFactory |
This interface defines a utility class for creating instances of
XMLEvents
|
XMLInputFactory |
Defines an abstract implementation of a factory for getting streams.
|
XMLOutputFactory |
Defines an abstract implementation of a factory for
getting XMLEventWriters and XMLStreamWriters.
|
TransformerFactory |
A TransformerFactory instance can be used to create
Transformer and
Templates objects. |
SchemaFactory |
Factory that creates
Schema objects. |
XPathFactory |
An
XPathFactory instance can be used to create
XPath objects. |
XMLReader |
Interface for reading an XML document using callbacks.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1