Uses of Interface
net.sf.jaxme.xs.XSAny

Packages that use XSAny
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
 

Uses of XSAny in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSAny
 XSAny XSParticle.getWildcard()
          If the particle type is wildcard: Returns the wildcard.
 XSAny XSObjectFactory.newXSAny(XSObject pParent, XsEAny pAny)
          Returns a new instance of XSAny.
 

Uses of XSAny in net.sf.jaxme.xs.impl
 

Classes in net.sf.jaxme.xs.impl that implement XSAny
 class XSAnyImpl
           
 

Methods in net.sf.jaxme.xs.impl that return XSAny
 XSAny XSParticleImpl.getWildcard()
           
 XSAny XSObjectFactoryImpl.newXSAny(XSObject pParent, XsEAny pAny)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XSAny
XSParticleImpl(XSAny pWildcard)