com.sun.xml.bind.v2.runtime.unmarshaller
Class ChildLoader
java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader
public final class ChildLoader
- extends Object
Pair of Loader
and Receiver
.
Used by StructureLoader
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loader
public final Loader loader
receiver
public final Receiver receiver
ChildLoader
public ChildLoader(Loader loader,
Receiver receiver)