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

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

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

Methods in net.sf.jaxme.xs.xml that return XsEKey
 XsEKey XsObjectFactory.newXsEKey(XsObject pParent)
           
 XsEKey XsGIdentityConstraint.createKey()
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsEKey
 class XsEKeyImpl
          Implementation of the xs:key element, specified as follows: <xs:element name="key" type="xs:keybase" id="key"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/> </xs:annotation> </xs:element>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEKey
 XsEKey XsTElementImpl.createKey()
           
 XsEKey XsObjectFactoryImpl.newXsEKey(XsObject pParent)
           
 XsEKey XsGIdentityConstraintImpl.createKey()