|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.bind.helpers.AbstractUnmarshallerImpl
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime.UnmarshallerImpl
Default Unmarshall implementation. * *
* This class can be extended by the generated code to provide * type-safe unmarshall methods. * * @author * Kohsuke KAWAGUCHI * @version $Revision$
| Field Summary | |
private DefaultJAXBContextImpl |
context
parent JAXBContext object that created this unmarshaller |
private static org.xml.sax.helpers.DefaultHandler |
dummyHandler
Field dummyHandler |
private GrammarInfo |
grammarInfo
Field grammarInfo |
| Fields inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl |
|
| Constructor Summary | |
UnmarshallerImpl(DefaultJAXBContextImpl context,
GrammarInfo gi)
|
|
| Method Summary | |
private SAXUnmarshallerHandler |
createUnmarshallerHandler(com.sun.xml.bind.validator.Locator locator)
Creates and configures a new unmarshalling pipe line. |
javax.xml.bind.UnmarshallerHandler |
getUnmarshallerHandler()
Method getUnmarshallerHandler |
void |
setValidating(boolean validating)
Method setValidating |
java.lang.Object |
unmarshal(org.w3c.dom.Node node)
Method unmarshal |
protected java.lang.Object |
unmarshal(org.xml.sax.XMLReader reader,
org.xml.sax.InputSource source)
Method unmarshal |
| 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 |
| Field Detail |
private DefaultJAXBContextImpl context
private final GrammarInfo grammarInfo
private static final org.xml.sax.helpers.DefaultHandler dummyHandler
| Constructor Detail |
public UnmarshallerImpl(DefaultJAXBContextImpl context,
GrammarInfo gi)
| Method Detail |
public void setValidating(boolean validating)
throws javax.xml.bind.JAXBException
validating - boolean
javax.xml.bind.JAXBExceptionUnmarshaller.setValidating(boolean)public javax.xml.bind.UnmarshallerHandler getUnmarshallerHandler()
Unmarshaller.getUnmarshallerHandler()private SAXUnmarshallerHandler createUnmarshallerHandler(com.sun.xml.bind.validator.Locator locator)
locator - The object that is responsible to obtain the source
location information for ValidationEvents.
protected java.lang.Object unmarshal(org.xml.sax.XMLReader reader,
org.xml.sax.InputSource source)
throws javax.xml.bind.JAXBException
reader - XMLReadersource - InputSource
javax.xml.bind.JAXBException
public final java.lang.Object unmarshal(org.w3c.dom.Node node)
throws javax.xml.bind.JAXBException
node - Node
javax.xml.bind.JAXBExceptionUnmarshaller.unmarshal(Node)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||