public class UnmarshallerImpl extends AbstractUnmarshallerImpl
This class can be extended by the generated code to provide type-safe unmarshall methods.
Unmarshaller.Listener
validating
Constructor and Description |
---|
UnmarshallerImpl(DefaultJAXBContextImpl context,
GrammarInfo gi) |
Modifier and Type | Method and Description |
---|---|
UnmarshallerHandler |
getUnmarshallerHandler() |
void |
setValidating(boolean validating) |
Object |
unmarshal(Node node) |
Object |
unmarshal(SAXSource source) |
protected Object |
unmarshal(XMLReader reader,
InputSource source) |
createUnmarshalException, getAdapter, getAttachmentUnmarshaller, getEventHandler, getListener, getProperty, getSchema, getXMLReader, isValidating, setAdapter, setAdapter, setAttachmentUnmarshaller, setEventHandler, setListener, setProperty, setSchema, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal
public UnmarshallerImpl(DefaultJAXBContextImpl context, GrammarInfo gi)
public void setValidating(boolean validating) throws JAXBException
setValidating
in interface Unmarshaller
setValidating
in class AbstractUnmarshallerImpl
JAXBException
public UnmarshallerHandler getUnmarshallerHandler()
protected Object unmarshal(XMLReader reader, InputSource source) throws JAXBException
unmarshal
in class AbstractUnmarshallerImpl
JAXBException
public final Object unmarshal(Node node) throws JAXBException
JAXBException
public final Object unmarshal(SAXSource source) throws JAXBException
JAXBException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.