Uses of Class
com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader

Packages that use ChildLoader
com.sun.xml.bind.v2.runtime.property   
 

Uses of ChildLoader in com.sun.xml.bind.v2.runtime.property
 

Method parameters in com.sun.xml.bind.v2.runtime.property with type arguments of type ChildLoader
 void AttributeProperty.buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)
           
 void StructureLoaderBuilder.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)
          Every Property class has an implementation of buildChildElementUnmarshallers which will fill in the specified QNameMap by elements that are expected by this property.
 void ValueProperty.buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)