Descripción
Sintaxis
Object unmarshal(File f) throws JAXBException
Object unmarshal(InputStream is) throws JAXBException
Object unmarshal(Reader reader) throws JAXBException
Object unmarshal(URL url) throws JAXBException
Object unmarshal(XMLEventReader reader) throws JAXBException
<T> JAXBElement<T> unmarshal(XMLEventReader reader, Class<T> declaredType)
Object unmarshal(XMLStreamReader reader) throws JAXBException
<T> JAXBElement<T> unmarshal(XMLStreamReader reader, Class<T> declaredType)
Object unmarshal(Source source) throws JAXBException
<T> JAXBElement<T> unmarshal(Source source, Class<T> declaredType)
Object unmarshal(Node node) throws JAXBException
<T> JAXBElement<T> unmarshal(Node node, Class<T> declaredType)
Object unmarshal(InputSource source) throws JAXBException
Parámetros
- File f,
- Source source,
- XMLStreamReader reader,
- Reader reader,
- URL url,
- InputStream is,
- XMLEventReader reader,
- Node node,
- InputSource source,
- Class<T> declaredType,
Excepciones
UnmarshalException, JAXBException, IllegalStateException, IllegalArgumentException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.