Uses of Interface
net.sf.jaxme.xs.xml.XsEKeyref

Packages that use XsEKeyref
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsEKeyref in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsEKeyref
 XsEKeyref XsObjectFactory.newXsEKeyref(XsObject pParent)
           
 XsEKeyref XsGIdentityConstraint.createKeyref()
           
 

Uses of XsEKeyref in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsEKeyref
 class XsEKeyrefImpl
          Implementation of the xs:keyref element, with the following specification:
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEKeyref
 XsEKeyref XsTElementImpl.createKeyref()
           
 XsEKeyref XsObjectFactoryImpl.newXsEKeyref(XsObject pParent)
           
 XsEKeyref XsGIdentityConstraintImpl.createKeyref()