File: binding9.xml

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
<!-- Using the hashmap custom marshaller/unmarshaller for values of classes
 corresponding to simple schema types, with a namespace on the custom mapping -->
<binding>
  <namespace prefix="mns" uri="urn:myNs"/>
  <mapping class="java.util.Map" name="map" ns="urn:myNs"
      marshaller="org.jibx.extras.HashMapperStringToSchemaType"
      unmarshaller="org.jibx.extras.HashMapperStringToSchemaType"/>
  <mapping name="values" class="extras.ValueMap" post-set="postSet">
    <structure field="m_map"/>
  </mapping>
</binding>