Package com.im.df.impl.xml
Class CollectionPersister
- java.lang.Object
-
- com.im.df.api.util.xml.BasicPersister
-
- com.im.df.impl.xml.CollectionPersister
-
- All Implemented Interfaces:
com.im.df.api.util.xml.BasicPersisterInit,com.im.df.api.util.xml.IJCPersister,com.im.df.api.util.xml.IJCPersister.Reader,com.im.df.api.util.xml.IJCPersister.Writer,Cloneable
public class CollectionPersister extends com.im.df.api.util.xml.BasicPersister- Author:
- svata
-
-
Constructor Summary
Constructors Constructor Description CollectionPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateInstance(org.openide.util.Lookup context, QName qName)protected ObjectreadElement(Object prototype)protected voidwriteElement()-
Methods inherited from class com.im.df.api.util.xml.BasicPersister
addError, canInstantiate, clearErrors, create, createAttribute, createElement, createInstance, createLog, createReader, createState, createWriter, defaultReadBean, defaultWriteBean, enterElement, enterElement, getAttribute, getAttribute, getBean, getBeanClass, getBufferedErrors, getClass, getConfiguredQName, getContext, getCurrentClassLoader, getEnv, getNode, getPersisterRegistry, getPropertyValue, getQName, getStorage, getType, init, isPrimitive, leaveElement, loadObject, popElement, pushElement, read, readAttr, readAttr, readAttr, readAttribute, readBeanProperties, readBeanProperty, readCollection, readCollection, readCollection, readCollectionProperty, readMap, readMapProperty, readObjectPolymorphic, readObjectStatic, readPrimitiveProperty, setBean, setBeanClass, setClassBeanInfo, setContext, setEnv, setNode, setPersisterRegistry, setPropertyAttributes, setQName, setStorage, storeObject, throwWrappedIOException, throwWrappedIOException, write, write, write, writeArray, writeAttr, writeAttr, writeAttr, writeAttr, writeAttr, writeAttribute, writeCollection, writeCollection, writeCollection, writeMap, writeMap, writeObject, writeObjectPolymorphic, writeObjectStatic, writeProperty, writeSuperclass
-
-
-
-
Method Detail
-
createInstance
public Object createInstance(org.openide.util.Lookup context, QName qName) throws IOException
- Overrides:
createInstancein classcom.im.df.api.util.xml.BasicPersister- Throws:
IOException
-
readElement
protected Object readElement(Object prototype) throws IOException
- Overrides:
readElementin classcom.im.df.api.util.xml.BasicPersister- Throws:
IOException
-
writeElement
protected void writeElement() throws IOException- Overrides:
writeElementin classcom.im.df.api.util.xml.BasicPersister- Throws:
IOException
-
-