uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime
Class UnmarshallerImpl

java.lang.Object
  extended byAbstractUnmarshallerImpl
      extended byuk.ac.ebi.adfconverter.tools.checker.data.impl.runtime.UnmarshallerImpl

public class UnmarshallerImpl
extends AbstractUnmarshallerImpl

Default Unmarshall implementation.

This class can be extended by the generated code to provide type-safe unmarshall methods.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Constructor Summary
UnmarshallerImpl(DefaultJAXBContextImpl context, GrammarInfo gi)
           
 
Method Summary
 UnmarshallerHandler getUnmarshallerHandler()
           
 void setValidating(boolean validating)
           
 java.lang.Object unmarshal(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshallerImpl

public UnmarshallerImpl(DefaultJAXBContextImpl context,
                        GrammarInfo gi)
Method Detail

getUnmarshallerHandler

public UnmarshallerHandler getUnmarshallerHandler()

setValidating

public void setValidating(boolean validating)
                   throws JAXBException
Throws:
JAXBException

unmarshal

public final java.lang.Object unmarshal(org.w3c.dom.Node node)
                                 throws JAXBException
Throws:
JAXBException


European Bioinformatics InstituteMicroarray Informatics Team