Uses of Package
com.sun.xml.bind.v2.runtime.unmarshaller

Packages that use com.sun.xml.bind.v2.runtime.unmarshaller
com.sun.xml.bind.unmarshaller   
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.property   
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
com.sun.xml.bind.v2.runtime.reflect.opt   
com.sun.xml.bind.v2.runtime.unmarshaller   
com.sun.xml.bind.v2.util   
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.unmarshaller
LocatorEx
          Object that returns the current location that the XmlVisitor is parsing.
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.v2.runtime
Base64Data
          Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.
Loader
           
TagName
          Represents an XML tag name (and attributes for start tags.)
UnmarshallerImpl
          Default Unmarshaller implementation.
UnmarshallingContext
          Center of the unmarshalling.
UnmarshallingContext.State
          State information for each element.
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.v2.runtime.property
ChildLoader
          Pair of Loader and Receiver.
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.v2.runtime.reflect
Receiver
          Receives an object by a child Loader.
UnmarshallingContext.State
          State information for each element.
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.v2.runtime.reflect.opt
Receiver
          Receives an object by a child Loader.
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.v2.runtime.unmarshaller
AttributesEx
          Attributes extension that allows attribute values to be exposed as CharSequence.
Intercepter
          Used solely by ElementBeanInfoImpl to wrap the loaded value object into a JAXBElement object.
Loader
           
LocatorEx
          Object that returns the current location that the XmlVisitor is parsing.
Patcher
           
ProxyLoader
          Loader that delegates the processing to another Loader at ProxyLoader.startElement(UnmarshallingContext.State, TagName).
Receiver
          Receives an object by a child Loader.
Scope
          Holds the information about packing scope.
StructureLoader
          Loads children of an element.
TagName
          Represents an XML tag name (and attributes for start tags.)
UnmarshallerImpl
          Default Unmarshaller implementation.
UnmarshallingContext
          Center of the unmarshalling.
UnmarshallingContext.State
          State information for each element.
XmlVisitor
          Walks the XML document structure.
XmlVisitor.TextPredictor
           
XsiNilLoader
          Looks for xsi:nil='true' and sets the target to null.
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller used by com.sun.xml.bind.v2.util
Base64Data
          Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.