com.teamkonzept.dom4jb.schema
Class MapAdapter

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.schema.GroupDescriptor
        |
        +--com.teamkonzept.dom4jb.schema.CollectionAdapter
              |
              +--com.teamkonzept.dom4jb.schema.MapAdapter
All Implemented Interfaces:
Groupable

public class MapAdapter
extends CollectionAdapter


Nested Class Summary
 
Nested classes inherited from class com.teamkonzept.dom4jb.schema.CollectionAdapter
CollectionAdapter.AttributeAdapter, CollectionAdapter.ContentAdapter, CollectionAdapter.ElementAdapter, CollectionAdapter.Item
 
Field Summary
 
Fields inherited from class com.teamkonzept.dom4jb.schema.CollectionAdapter
adapter
 
Fields inherited from class com.teamkonzept.dom4jb.schema.GroupDescriptor
EMPTY_DESCRIPTOR
 
Constructor Summary
MapAdapter()
          Creates new CollectionAdapter
MapAdapter(String itemName)
          Creates new CollectionAdapter
MapAdapter(String itemName, XMLBeanInfo entryType)
          Creates new CollectionAdapter
 
Method Summary
 ContentIterator getContentIterator(Document doc, Object obj)
           
 
Methods inherited from class com.teamkonzept.dom4jb.schema.CollectionAdapter
addTo, getAdapter, getDescriptor, isEmpty
 
Methods inherited from class com.teamkonzept.dom4jb.schema.GroupDescriptor
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapAdapter

public MapAdapter()
Creates new CollectionAdapter


MapAdapter

public MapAdapter(String itemName)
Creates new CollectionAdapter


MapAdapter

public MapAdapter(String itemName,
                  XMLBeanInfo entryType)
Creates new CollectionAdapter

Method Detail

getContentIterator

public ContentIterator getContentIterator(Document doc,
                                          Object obj)
Specified by:
getContentIterator in interface Groupable
Overrides:
getContentIterator in class CollectionAdapter


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.