Frames | No Frames |
All Packages | |
gnu.xml.aelfred2 | This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. |
gnu.xml.dom |
This is a Free Software DOM Level 3 implementation, supporting these features:
|
gnu.xml.dom.ls |
DOM Level 3 Load & Save implementation. |
gnu.xml.libxmlj.dom |
DOM Level 3 Core and XPath implementation using
Gnome libxml2. |
gnu.xml.libxmlj.sax |
SAX 2 implementation using
Gnome libxml2. |
gnu.xml.libxmlj.transform | A JAXP-compliant wrapper for the XSLT C library for Gnome, also known as libxslt. |
gnu.xml.pipeline | This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. |
gnu.xml.transform |
This package contains a Java XSL transformer compliant with the JAXP
specification. |
gnu.xml.util | This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. |
gnu.xml.xpath |
100% Java DOM Level 3 XPath implementation, also used as the basis for
the GNU JAXP XSL transformer. |
javax.xml | |
javax.xml.datatype |
This package provides type mappings between XML and Java data types. |
javax.xml.namespace |
XML Namespace processing. |
javax.xml.parsers | Bootstrapping APIs for JAXP parsers. |
javax.xml.transform | Base "TRAX" API for XSLT transformers. |
javax.xml.transform.dom | Support for DOM inputs and outputs to transformers. |
javax.xml.transform.sax | Support for SAX2-based XSLT transformers. |
javax.xml.transform.stream | Support for text stream inputs and outputs to transformers. |
javax.xml.validation |
API for the validation of XML documents using a range of schema languages. |
javax.xml.xpath |
This package provides access to an XPath evaluation environment and expressions. |
org.w3c.dom | This package contains the DOM Level 3 Core interfaces. |
org.w3c.dom.bootstrap | This package contains the DOM Level 3 Core bootstrap interface. |
org.w3c.dom.css | Supports the optional "CSS" and "CSS2" stylesheet features of the DOM Level 2 Recommendation. |
org.w3c.dom.events | Supports the optional "Events", "UIEvents", "MouseEvents", "MutationEvents", and "HTMLEvents" features of the DOM Level 2 Recommendation. |
org.w3c.dom.html2 | |
org.w3c.dom.ls | This package contains the DOM Level 3 Load and Save interfaces. |
org.w3c.dom.ranges | Supports the optional "Range" feature of the DOM Level 2 Recommendation. |
org.w3c.dom.stylesheets | Supports optional "StyleSheets" features (see the sibling CSS package) of the DOM Level 2 Recommendation. |
org.w3c.dom.traversal | Supports the optional "Traversal" feature of the DOM Level 2 Recommendation. |
org.w3c.dom.views | Supports the optional "Views" feature of the DOM Level 2 Recommendation. |
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. |