Uses of Class
com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
-
Packages that use UnmarshallerChain Package Description com.sun.xml.bind.v2.runtime.property -
-
Uses of UnmarshallerChain in com.sun.xml.bind.v2.runtime.property
Methods in com.sun.xml.bind.v2.runtime.property with parameters of type UnmarshallerChain Modifier and Type Method Description 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 specifiedQNameMap
by elements that are expected by this property.void
ValueProperty. buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)
-