|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.bind.helpers.AbstractUnmarshallerImpl
com.sun.xml.bind.unmarshaller.UnmarshallerImpl
public class UnmarshallerImpl
Default Unmarshall implementation.
This class can be extended by the generated code to provide type-safe unmarshall methods.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.xml.bind.Unmarshaller |
---|
javax.xml.bind.Unmarshaller.Listener |
Field Summary |
---|
Fields inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl |
---|
validating |
Constructor Summary | |
---|---|
UnmarshallerImpl(DefaultJAXBContextImpl context,
TypeRegistry reg)
Deprecated. |
Method Summary | |
---|---|
SAXUnmarshallerHandler |
createUnmarshallerHandler(Locator locator)
Deprecated. Creates and configures a new unmarshalling pipe line. |
javax.xml.bind.UnmarshallerHandler |
getUnmarshallerHandler()
Deprecated. |
java.lang.Object |
unmarshal(org.w3c.dom.Node node)
Deprecated. |
protected java.lang.Object |
unmarshal(org.xml.sax.XMLReader reader,
org.xml.sax.InputSource source)
Deprecated. |
Methods inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl |
---|
createUnmarshalException, getAdapter, getAttachmentUnmarshaller, getEventHandler, getListener, getProperty, getSchema, getXMLReader, isValidating, setAdapter, setAdapter, setAttachmentUnmarshaller, setEventHandler, setListener, setProperty, setSchema, setValidating, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnmarshallerImpl(DefaultJAXBContextImpl context, TypeRegistry reg)
Method Detail |
---|
public javax.xml.bind.UnmarshallerHandler getUnmarshallerHandler()
public SAXUnmarshallerHandler createUnmarshallerHandler(Locator locator)
locator
- The object that is responsible to obtain the source
location information for ValidationEvent
s.
protected java.lang.Object unmarshal(org.xml.sax.XMLReader reader, org.xml.sax.InputSource source) throws javax.xml.bind.JAXBException
unmarshal
in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
javax.xml.bind.JAXBException
public final java.lang.Object unmarshal(org.w3c.dom.Node node) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |