|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JAXBElement in javax.xml.bind |
---|
Methods in javax.xml.bind that return JAXBElement | ||
---|---|---|
|
Unmarshaller.unmarshal(org.w3c.dom.Node node,
java.lang.Class<T> declaredType)
Unmarshal XML data by JAXB mapped declaredType and return the resulting content tree. |
|
|
Unmarshaller.unmarshal(javax.xml.transform.Source source,
java.lang.Class<T> declaredType)
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree. |
|
|
Unmarshaller.unmarshal(javax.xml.stream.XMLEventReader reader,
java.lang.Class<T> declaredType)
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree. |
|
abstract
|
Binder.unmarshal(XmlNode xmlNode,
java.lang.Class<T> declaredType)
Unmarshal XML root element by provided declaredType to a JAXB object tree. |
|
|
Unmarshaller.unmarshal(javax.xml.stream.XMLStreamReader reader,
java.lang.Class<T> declaredType)
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |