|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use XSParticle | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.junit |
Uses of XSParticle in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs that return XSParticle | |
XSParticle[] |
XSModelGroup.getParticles()
Returns the model groups particles. |
XSParticle |
XSComplexType.getParticle()
If the element hasn't simple content: Returns the complex elements particle. |
Uses of XSParticle in net.sf.jaxme.xs.impl |
Classes in net.sf.jaxme.xs.impl that implement XSParticle | |
class |
XSParticleImpl
Default implementation of a particle. |
Methods in net.sf.jaxme.xs.impl that return XSParticle | |
XSParticle |
XSTypeImpl.XSSimpleContentImpl.getParticle()
|
XSParticle |
XSTypeImpl.XSComplexContentImpl.getParticle()
|
XSParticle |
XSTypeImpl.XSBasicComplexTypeImpl.getParticle()
|
XSParticle[] |
XSModelGroupImpl.getParticles()
|
XSParticle[] |
XSGroupImpl.getParticles()
|
Methods in net.sf.jaxme.xs.impl with parameters of type XSParticle | |
void |
XSTypeImpl.XSBasicComplexTypeImpl.setParticle(XsComplexContentType pType,
XSParticle pParticle)
|
void |
XSModelGroupImpl.addParticle(XSParticle pParticle)
|
Uses of XSParticle in net.sf.jaxme.xs.junit |
Methods in net.sf.jaxme.xs.junit that return XSParticle | |
protected XSParticle |
ParserTestBase.assertComplexContent(XSComplexType pType)
|
Methods in net.sf.jaxme.xs.junit with parameters of type XSParticle | |
protected XSGroup |
ParserTestBase.assertGroup(XSParticle pParticle)
|
protected XSElement |
ParserTestBase.assertElement(XSParticle pParticle)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |