Uses of Class
com.virtualweaver.xotics.datamodel.XoObjectSupport

Packages that use XoObjectSupport
com.virtualweaver.xotics.datamodel   
 

Uses of XoObjectSupport in com.virtualweaver.xotics.datamodel
 

Subclasses of XoObjectSupport in com.virtualweaver.xotics.datamodel
 class XoContainerSupport
          This is a default XoContainer implementation developpers can use, by derivation, to increase productivity when an XoContainer implementation has no requirement to derive from any specific Java object.
 class XoPolymorphWrapper
          This class represents all polymorph implementations of an element.
 class XoTextContainerSupport
          This is a default XoTextContainer implementation developpers can use to increase productivity when an XoTextContainer implementation has no requirement to derive from any specific Java object.
 class XoTextSupport
          This is a default XoText implementation developpers can use to increase productivity when an XoText implementation has no requirement to derive from any specific Java object.
 

Methods in com.virtualweaver.xotics.datamodel with parameters of type XoObjectSupport
protected  java.lang.Object XoObjectSupport.clone(XoObjectSupport src)
          Effective copy method of this object.