Uses of Class
com.sun.xml.bind.v2.util.QNameMap

Packages that use QNameMap
com.sun.xml.bind.v2.runtime.property   
com.sun.xml.bind.v2.util   
 

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

Methods in com.sun.xml.bind.v2.runtime.property with parameters of type QNameMap
 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 ListElementProperty.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)
           
 void SingleElementLeafProperty.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)
           
 void SingleElementNodeProperty.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)
           
 void SingleMapNodeProperty.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)
           
 void SingleReferenceNodeProperty.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)
           
 void ValueProperty.buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)
           
 void AttributeProperty.buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)
           
 void ArrayERProperty.buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> loaders)
           
protected abstract  void ArrayERProperty.createBodyUnmarshaller(UnmarshallerChain chain, QNameMap<ChildLoader> loaders)
          Creates the unmarshaller to unmarshal the body.
 void ArrayElementProperty.createBodyUnmarshaller(UnmarshallerChain chain, QNameMap<ChildLoader> loaders)
           
 void ArrayReferenceNodeProperty.createBodyUnmarshaller(UnmarshallerChain chain, QNameMap<ChildLoader> loaders)
           
 

Uses of QNameMap in com.sun.xml.bind.v2.util
 

Methods in com.sun.xml.bind.v2.util that return QNameMap
 QNameMap<V> QNameMap.putAll(QNameMap<? extends V> map)
          Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
 

Methods in com.sun.xml.bind.v2.util with parameters of type QNameMap
 QNameMap<V> QNameMap.putAll(QNameMap<? extends V> map)
          Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.