XMLBeanInfo
represents the XML metadata information used to map a Java Bean cleanly to XML. This provides a default introspection mechansim, rather like {@link java.beans.BeanInfo} which can be customized through some mechansim, either via Java code or XSLT for example.
ID
and IDREF
Attribute NamesThese special attributes are defined in the xml specification. They are used by Betwixt to write bean graphs with cyclic references. In most cases, these will take the values 'id' and 'idref' respectively but these names can be varied in the DTD. Therefore, these names are specified by this class but default to the usual values.
@author James Strachan @version $Revision: 438373 $
|
|