net.sf.jour.rt.view.config.impl.runtime
Class UnmarshallerImpl
java.lang.Object
javax.xml.bind.helpers.AbstractUnmarshallerImpl
net.sf.jour.rt.view.config.impl.runtime.UnmarshallerImpl
- All Implemented Interfaces:
- javax.xml.bind.Unmarshaller
- public class UnmarshallerImpl
- extends javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default Unmarshall implementation.
This class can be extended by the generated code to provide
type-safe unmarshall methods.
- Author:
- Kohsuke KAWAGUCHI
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 |
UnmarshallerImpl
public UnmarshallerImpl(DefaultJAXBContextImpl context,
GrammarInfo gi)
setValidating
public void setValidating(boolean validating)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
getUnmarshallerHandler
public javax.xml.bind.UnmarshallerHandler getUnmarshallerHandler()
unmarshal
protected java.lang.Object unmarshal(org.xml.sax.XMLReader reader,
org.xml.sax.InputSource source)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
unmarshal
public final java.lang.Object unmarshal(org.w3c.dom.Node node)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
Copyright © 2004 sourceforge. All Rights Reserved.