|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.xml.bind.helpers.AbstractUnmarshallerImpl
astronomy.data.spectra.impl.runtime.UnmarshallerImpl
public class UnmarshallerImpl
Default Unmarshall implementation.
This class can be extended by the generated code to provide type-safe unmarshall methods.
| Constructor Summary | |
|---|---|
UnmarshallerImpl(DefaultJAXBContextImpl context,
GrammarInfo gi)
|
|
| Method Summary | |
|---|---|
SAXUnmarshallerHandler |
createUnmarshallerHandler(com.sun.xml.bind.validator.Locator locator)
Creates and configures a new unmarshalling pipe line. |
javax.xml.bind.UnmarshallerHandler |
getUnmarshallerHandler()
|
void |
setValidating(boolean validating)
|
Object |
unmarshal(Node node)
|
protected Object |
unmarshal(XMLReader reader,
InputSource source)
|
| Methods inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl |
|---|
createUnmarshalException, getEventHandler, getProperty, getXMLReader, isValidating, setEventHandler, setProperty, 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,
GrammarInfo gi)
| Method Detail |
|---|
public void setValidating(boolean validating)
throws javax.xml.bind.JAXBException
setValidating in interface javax.xml.bind.UnmarshallersetValidating in class javax.xml.bind.helpers.AbstractUnmarshallerImpljavax.xml.bind.JAXBExceptionpublic javax.xml.bind.UnmarshallerHandler getUnmarshallerHandler()
public SAXUnmarshallerHandler createUnmarshallerHandler(com.sun.xml.bind.validator.Locator locator)
locator - The object that is responsible to obtain the source
location information for ValidationEvents.
protected Object unmarshal(XMLReader reader,
InputSource source)
throws javax.xml.bind.JAXBException
unmarshal in class javax.xml.bind.helpers.AbstractUnmarshallerImpljavax.xml.bind.JAXBException
public final Object unmarshal(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 | ||||||||