Uses of Class
com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader
-
Packages that use ChildLoader Package Description 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 Modifier and Type Method Description voidAttributeProperty. buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)voidStructureLoaderBuilder. buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)Every Property class has an implementation of buildChildElementUnmarshallers which will fill in the specifiedQNameMapby elements that are expected by this property.voidValueProperty. buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)
-