com.teamkonzept.dom4jb.schema
Class ContentDescriptor

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

public class ContentDescriptor
extends GroupDescriptor

%REVIEW%


Field Summary
 
Fields inherited from class com.teamkonzept.dom4jb.schema.GroupDescriptor
EMPTY_DESCRIPTOR
 
Constructor Summary
ContentDescriptor(String name, Class beanClass)
           
 
Method Summary
 void addTo(List list)
           
 ContentIterator getContentIterator(Document doc, Object bean)
           
protected  Object getObject(Object bean)
           
 boolean 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

ContentDescriptor

public ContentDescriptor(String name,
                         Class beanClass)
                  throws IntrospectionException
Method Detail

getContentIterator

public ContentIterator getContentIterator(Document doc,
                                          Object bean)

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class GroupDescriptor

getObject

protected final Object getObject(Object bean)
                          throws IllegalAccessException,
                                 InvocationTargetException
IllegalAccessException
InvocationTargetException

addTo

public void addTo(List list)


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