Packages | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
javax.xml |
Defines core XML constants and functionality from the XML specifications. The following core XML standards apply: | ||||||||||||||||||||||||||
javax.xml.datatype |
XML/Java Type Mappings.
The following XML standards apply:
W3C XML Schema data types that have a "natural" mapping to Java types are defined by JSR 31: Java™ Architecture for XML Binding (JAXB) Specification, Binding XML Schema to Java Representations. | ||||||||||||||||||||||||||
javax.xml.namespace |
XML Namespace processing. The following XML standards apply: | ||||||||||||||||||||||||||
javax.xml.parsers | Provides classes allowing the processing of XML documents. | ||||||||||||||||||||||||||
javax.xml.transform |
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. | ||||||||||||||||||||||||||
javax.xml.transform.dom |
This package implements DOM-specific transformation APIs. The {@link javax.xml.transform.dom.DOMSource} class allows the client of the implementation of this API to specify a DOM {@link org.w3c.dom.Node} as the source of the input tree. | ||||||||||||||||||||||||||
javax.xml.transform.sax |
This package implements SAX2-specific transformation APIs. | ||||||||||||||||||||||||||
javax.xml.transform.stream |
This package implements stream- and URI- specific transformation APIs. | ||||||||||||||||||||||||||
javax.xml.validation |
This package provides an API for validation of XML documents. | ||||||||||||||||||||||||||
javax.xml.xpath |
This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. | ||||||||||||||||||||||||||
org.w3c.dom | |||||||||||||||||||||||||||
org.w3c.dom.bootstrap | |||||||||||||||||||||||||||
org.w3c.dom.css | |||||||||||||||||||||||||||
org.w3c.dom.events | |||||||||||||||||||||||||||
org.w3c.dom.html | |||||||||||||||||||||||||||
org.w3c.dom.ls | |||||||||||||||||||||||||||
org.w3c.dom.ranges | |||||||||||||||||||||||||||
org.w3c.dom.stylesheets | |||||||||||||||||||||||||||
org.w3c.dom.traversal | |||||||||||||||||||||||||||
org.w3c.dom.views | |||||||||||||||||||||||||||
org.w3c.dom.xpath | |||||||||||||||||||||||||||
org.xml.sax |
This package provides the core SAX APIs. | ||||||||||||||||||||||||||
org.xml.sax.ext |
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. | ||||||||||||||||||||||||||
org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications. |