| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAXBElement | |
|---|---|
| javax.xml.bind | Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. | 
| javax.xml.bind.helpers | JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces. | 
| Uses of JAXBElement in javax.xml.bind | 
|---|
| Methods in javax.xml.bind that return JAXBElement | ||
|---|---|---|
 | 
Unmarshaller.unmarshal(Node node,
          Class<T> declaredType)
Unmarshal XML data by JAXB mapped declaredType and return the resulting content tree.  | 
|
 | 
Unmarshaller.unmarshal(Source source,
          Class<T> declaredType)
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree.  | 
|
 | 
Unmarshaller.unmarshal(XMLEventReader reader,
          Class<T> declaredType)
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.  | 
|
abstract 
 | 
Binder.unmarshal(XmlNode xmlNode,
          Class<T> declaredType)
Unmarshal XML root element by provided declaredType to a JAXB object tree.  | 
|
 | 
Unmarshaller.unmarshal(XMLStreamReader reader,
          Class<T> declaredType)
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.  | 
|
| Uses of JAXBElement in javax.xml.bind.helpers | 
|---|
| Methods in javax.xml.bind.helpers that return JAXBElement | ||
|---|---|---|
 | 
AbstractUnmarshallerImpl.unmarshal(Node node,
          Class<T> expectedType)
 | 
|
 | 
AbstractUnmarshallerImpl.unmarshal(Source source,
          Class<T> expectedType)
 | 
|
 | 
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader,
          Class<T> expectedType)
 | 
|
 | 
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader,
          Class<T> expectedType)
 | 
|
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.