Home » xml-commons-external-1.4.01-src » javax » xml »

javax.xml

Sub Packages:

javax.xml.bind   Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.  
javax.xml.bind.annotation   Defines annotations for customizing Java program elements to XML Schema mapping.  
javax.xml.bind.annotation.adapters   javax.xml.bind.annotation.adapters.XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.  
javax.xml.bind.attachment   This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.  
javax.xml.bind.helpers   JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.  
javax.xml.bind.util   Useful client utility classes.  
javax.xml.crypto   Common classes for XML cryptography.  
javax.xml.crypto.dom   DOM-specific classes for the javax.xml.crypto package.  
javax.xml.crypto.dsig   Classes for generating and validating XML digital signatures.  
javax.xml.crypto.dsig.dom   DOM-specific classes for the javax.xml.crypto.dsig package.  
javax.xml.crypto.dsig.keyinfo   Classes for parsing and processing KeyInfo elements and structures.  
javax.xml.crypto.dsig.spec   Parameter classes for XML digital signatures.  
javax.xml.datatype   XML/Java Type Mappings. The javax.xml.datatype API provides XML/Java type mappings. The following XML standards apply: W3C XML Schema 1.0 Part 2, Section 3.2.7-14 XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration W3C XML Schema Data Type Java Data Type xs:date javax.xml.datatype.XMLGregorianCalendar xs:dateTime javax.xml.datatype.XMLGregorianCalendar xs:duration javax.xml.datatype.Duration xs:gDay javax.xml.datatype.XMLGregorianCalendar xs:gMonth javax.xml.datatype.XMLGregorianCalendar xs:gMonthDay javax.xml.datatype.XMLGregorianCalendar xs:gYear javax.xml.datatype.XMLGregorianCalendar xs:gYearMonth javax.xml.datatype.XMLGregorianCalendar xs:time javax.xml.datatype.XMLGregorianCalendar XQuery 1.0 and XPath 2.0 Data Model Java Data Type xdt:dayTimeDuration javax.xml.datatype.Duration xdt:yearMonthDuration javax.xml.datatype.Duration 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.messaging   Provides the API for using a messaging provider to send and receive SOAP messages.  
javax.xml.namespace   XML Namespace processing. The following XML standards apply: XML Schema Part2: Datatypes specification Namespaces in XML Namespaces in XML Errata  
javax.xml.parsers   Provides classes allowing the processing of XML documents.  
javax.xml.registry    
javax.xml.registry.infomodel    
javax.xml.rpc    
javax.xml.rpc.encoding    
javax.xml.rpc.handler    
javax.xml.rpc.handler.soap    
javax.xml.rpc.holders    
javax.xml.rpc.server    
javax.xml.rpc.soap    
javax.xml.soap   Provides the API for creating and building SOAP messages.  
javax.xml.stream    
javax.xml.stream.events    
javax.xml.stream.util    
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 javax.xml.transform.dom.DOMSource class allows the client of the implementation of this API to specify a DOM 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.stax   Provides for StAX-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.ws   This package contains the core JAX-WS APIs.  
javax.xml.ws.addressing    
javax.xml.ws.addressing.soap    
javax.xml.ws.handler   This package defines APIs for message handlers.  
javax.xml.ws.handler.soap   This package defines APIs for SOAP message handlers.  
javax.xml.ws.http   This package defines APIs specific to the HTTP binding.  
javax.xml.ws.soap   This package defines APIs specific to the SOAP binding.  
javax.xml.ws.spi   This package defines SPIs for JAX-WS.  
javax.xml.ws.wsaddressing   This package defines APIs related to WS-Addressing.  
javax.xml.xpath   This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.  

Classes:

XMLConstants  

Utility class to contain basic XML values as constants.

 
code | html